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)
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>
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•