Open
Bug 450474
Opened 17 years ago
Updated 3 years ago
Viewport metadata stored as pseudo-headers should be namespaced
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: dveditz, Unassigned)
Details
Viewport data parsed from document <meta> tags are stored as pseudo-headers on the document. But it's not hard to imagine that if/when this feature becomes standardized there's a chance it will be specified as header values which might conflict in the future. Better to namespace the pseudo-headers now to something we know won't be used just in case.
The standard recommendation would be "x-moz-viewport-foo" instead of "viewport-foo". You might be able to think of something better, but it's not worth wasting much brain on.
Updated•17 years ago
|
QA Contact: content
Comment 1•16 years ago
|
||
I'm not really ever going to do this. Unassigning myself.
Assignee: bobbyholley → nobody
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•