Closed
Bug 2551
Opened 26 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
Pasing problems with following html:
<html>
<TABLE border=2>
<TR>
<TD>
<P>Text in table
<UL>
<LI>Point in table<BR>
</UL>
</TD>
</TR>
</TABLE>
</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
•