Closed
Bug 2404
Opened 26 years ago
Closed 26 years ago
List parsing
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
The following test case is parsed and displayed differently than both IE and
Communicator 4.5. Removing either of the <P> tags allows it to parse
correctly.
<HTML>
<BODY>
<P>
<UL>
<LI>
ABC
</LI><P>
<LI>
DEF
</LI>
</UL>
</BODY>
</HTML>
Comment 1•26 years ago
|
||
#2404 and #2309 and #2317 are all variations on the same theme (and
probably will have the same fix). (note: #2317 also leads to table bustage)
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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
•