Closed
Bug 502804
Opened 15 years ago
Closed 15 years ago
[HTML5][Patch] <ul><li>A<ul></li>B is parsed backwards-incompatibly
Categories
(Core :: DOM: HTML Parser, defect, P1)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Assigned: hsivonen)
References
()
Details
Attachments
(2 files)
34 bytes,
text/html
|
Details | |
54.86 KB,
patch
|
Details | Diff | Splinter Review |
Spun off bug 502600.
The HTML5 parsing algorithm deals with <ul><li>A<ul></li>B in a way that is incompatible with legacy expectations. This breaks http://www.sandisk.com/Products/Catalog%281433%29-Players_bundles.aspx
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → hsivonen
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
Updated•15 years ago
|
Blocks: html5-parsing
Comment 3•15 years ago
|
||
The original page is 404 and IE8 renders the test case the same as HTML5 does.
Assignee | ||
Updated•15 years ago
|
Priority: -- → P1
Assignee | ||
Comment 4•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Summary: [HTML5] <ul><li>A<ul></li>B is parsed backwards-incompatibly → [HTML5][Patch] <ul><li>A<ul></li>B is parsed backwards-incompatibly
Assignee | ||
Comment 5•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•