Closed Bug 1834 Opened 26 years ago Closed

problem parsing nested DLs without closing tags on DD or DT

Categories

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

Other
Other
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: dbaron, Assigned: rickg)

References

()

Details

The following is being parsed incorrectly. The problem, I think, is that the first DD in the nested DL is being taken as part of the outer DL, and closing that DL. <DL> [cut...] <DT> <B><I>Platform for Internet Content Selection (PICS) 1.1 Specifications</I></B> <DD> <DL> <DT> <B><I><A HREF="REC-PICS-services">PICS 1.1 Rating Services and Rating Systems -- and Their Machine Readable Descriptions</A></I></B> <DD> 31 October 1996, Jim Miller, Paul Resnick and David Singer <DT> <B><I><A HREF="REC-PICS-labels">PICS 1.1 Label Distribution -- Label Syntax and Communication Protocols</A></I></B> <DD> 31 October 1996, Tim Krauskopf, Jim Miller, Paul Resnick and Win Treese </DL> <DT> <B><I><A HREF="REC-png">PNG (Portable Network Graphics) Specification</A></I></B> <DD> 1 October 1996, various authors </DL>
All fixed with last (big) update to parsing engine.
Status: RESOLVED → VERIFIED
Verified fixed.
You need to log in before you can comment on or make changes to this bug.