Closed Bug 2272 Opened 26 years ago Closed 26 years ago

Nested list prematurely terminated

Categories

(Core :: DOM: HTML Parser, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: michael.j.lowe, Assigned: rickg)

Details

See this test case extracted from example 0: <html> <head> </head> <body> <ol> <li>One</li> <li>Two <ol> <li>Apples</li> <li>Oranges</li> <li>Bananas</li> </ol> </li> <li>Three</li> </ol> </body> </html>
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed with tiny improvement to new HTMLElementTable.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.