Closed Bug 2699 Opened 26 years ago Closed

Parsing list in table

Categories

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

x86
Windows NT
defect

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>
Status: NEW → ASSIGNED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.