Closed
Bug 2699
Opened 27 years ago
Closed
Parsing list in table
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
Following html parsed differently than NSC 4.5:
<HTML>
<BODY>
<TABLE BORDER=4 WIDTH="100%">
<TR><TD>
<UL>
<LI>
<TABLE border=2>
<TR>
<TD>Row 1<UL></UL></TD>
</TR>
</TABLE>
</UL>
</TD></TR>
<TR><TD>Row 2</TD></TR>
</TABLE>
</BODY>
</HTML>
| Reporter | ||
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•