Closed
Bug 2753
Opened 26 years ago
Closed
lists (UL,LI) do not end correctly.
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: sdm, Assigned: rickg)
References
()
Details
lists do not end, since the </UL> seems to be ignored. I tried this out with a
build from 1/27/1999. Any lists after the first one are continued, and treated
as nested lists, as if the end tag was never there.
Nexted UL tags aren't getting closed properly. Here's a small example that
demonstrates the problem:
<UL>
<LI>Use multiple Category:
<UL>
<LI>Separate multiple words
</Ul>
</UL>
<P>What to do
Chris, please regress this when you get a chance....setting qa_contact field.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Fixed in Feb 11th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•