Closed
Bug 2702
Opened 26 years ago
Closed
Parsing invalid html
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
Following invalid html parses differntly than NSC4.5:
<HTML>
<BODY>
<dl>
<font size="+1">
<dt>Point 1
</font>
<dd>
<table border=1>
<tr><td>Sub 1</td></tr>
<tr><td>Sub 2</td></tr>
<tr><td>Sub 3</td></tr>
</table>
<font size="+1">
<dt>Point 2
</font>
<dd>Sub 0
<font size="+1">
<dd><li>Sub 1
<dd><li>Sub 2
<dd><li>Sub 3
<br>
<dt>Point 3
</font>
<dd>Sub 1
<font size="+1">
<dt>Point 4
</font>
<dd>Sub 1
<font size="+1">
<dt>Point 5
</font>
<dd>Sub 1
</dl>
</BODY>
</HTML>
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•