Closed
Bug 490916
Opened 16 years ago
Closed 15 years ago
[HTML5] Meta charset sniffing fails with newlines in the attribute value
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Assigned: hsivonen)
References
()
Details
Attachments
(1 file, 1 obsolete file)
4.97 KB,
patch
|
sicking
:
review+
jst
:
approval2.0+
|
Details | Diff | Splinter Review |
<meta charset="
ISO-8859-9
">
Should be ISO-8859-9 but isn't.
Assignee | ||
Updated•16 years ago
|
Priority: -- → P3
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → hsivonen
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #493976 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
Attachment #494360 -
Flags: review?(jonas)
Assignee | ||
Comment 3•15 years ago
|
||
Testing IE shows that the trimming indeed belongs in the HTML parser--not in the charset alias service--because IE doesn't trim spaced from CSS @charset.
Attachment #494360 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 494360 [details] [diff] [review]
Trim charset names before use, with test hg added this time
Nominating for approval. This is a very simple and low-risk spec correctness fix that implements behavior pioneered by IE.
Attachment #494360 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #494360 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•