Closed
Bug 595797
Opened 15 years ago
Closed 15 years ago
"html" start tag handled incorrectly in the 'after after frameset' insertion mode
Categories
(Core :: DOM: HTML Parser, defect, P2)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: hsivonen, Assigned: hsivonen)
References
()
Details
Attachments
(1 file)
|
2.84 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
<frameset></frameset><html a=b> doesn't add the a=b attribute to the root element.
| Assignee | ||
Comment 1•15 years ago
|
||
A test case will land as part of bug 559023.
| Assignee | ||
Updated•15 years ago
|
Priority: -- → P2
Comment on attachment 474650 [details] [diff] [review]
Add "html" case to start tag handling in 'after after frameset'
rs=me
Attachment #474650 -
Flags: review?(jonas) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Comment on attachment 474650 [details] [diff] [review]
Add "html" case to start tag handling in 'after after frameset'
Requesting approval for 2.0. This is a low-risk spec correctness fix. I don't dare to claim this should block 2.0, though.
Attachment #474650 -
Flags: approval2.0?
| Assignee | ||
Comment 4•15 years ago
|
||
Nominating as a blocker, because this already has a reviewed patch and not landing this together with my blockers makes the blockers harder to land.
blocking2.0: --- → ?
Updated•15 years ago
|
blocking2.0: ? → betaN+
| Assignee | ||
Comment 5•15 years ago
|
||
Comment on attachment 474650 [details] [diff] [review]
Add "html" case to start tag handling in 'after after frameset'
Canceling approval request now that the bug is a blocker.
Attachment #474650 -
Flags: approval2.0?
| Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Updated•15 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•