Closed Bug 2284 Opened 26 years ago Closed 26 years ago

Nested list prematurely terminated - part II

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: michael.j.lowe, Assigned: rickg)

References

()

Details

List at bottom of www.cs.newcastle.edu.au does not display correctly. Following simple test case illustrates this: <UL> <LI>1 <UL> <LI>a <LI>b </UL> <LI>2 </UL>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed by improvements to htmlelementtable. Good catch.
Status: RESOLVED → REOPENED
Simple case solved, but still problems with sited URL. Test case below: <html> <body> <UL> <A HREF="http://www.newcastle.edu.au/"> The University of Newcastle Home Page</A> <BR> <A HREF="http://www.eng.newcastle.edu.au/"> The Faculty of Engineering Home Page</A> <BR> Search Engines <UL> <LI><A HREF="http://nln.com/">Accufind</A> , <A HREF="http://www.altavista.yellowpages.com.au/cgi-bin/telstra?">AltaVista Australia</A> , <A HREF="http://www.excite.com/">Excite!</A> , <A HREF="http://www.hotbot.com/">HotBot</A> , <A HREF="http://www.lycos.com/">Lycos</A> <LI><A HREF="http://index.opentext.net/">OpenText</A> , <A HREF="http://www.mckinley.com/">Magellan</A> , <A HREF="http://www.metacrawler.com/">Metacrawler</A> , <A HREF="http://www.shareware.com/">Shareware.Com</A> <LI><A HREF="http://www.webcrawler.com/">WebCrawler</A> , <A HREF="http://www.yahoo.com/">Yahoo</A> </UL> </UL> </body> </html>
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.