Closed
Bug 2700
Opened 26 years ago
Closed
Nested lists
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
Following html parsed differently than NSC4.5 :
<html>
<b>NGLayout Community</b>
<ul>
<li><A href="team.html">The ngLayout team</a>
</ul>
<b>QA</b>
<ul>
<li><a href="testcases/">Test cases</a>
</ul>
<b>NGLayout Projects</b>
<ul>
<li><a href="http://www.iol.ie/~locka/mozilla/mozilla.htm">NGLayout ActiveX
Control Project</a>
</ul>
<b>Fun Stuff</b>
<ul>
<li><A href="whatsnew.html">How to keep track of what's new with NGLayout</a>
</ul>
</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
•