Closed
Bug 2871
Opened 26 years ago
Closed 26 years ago
SPAN moved outside of H1
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
People
(Reporter: troy, Assigned: rickg)
Details
The parser is oncorrectly moving a SPAN contained inside of a H1 outside. Here's
some sample HTML:
<H1><SPAN>text</SPAN></H1>
and here's what the content model looks like:
BODY refcount=3<
H1 refcount=3<
>
SPAN refcount=3<
Text refcount=3<text>
>
>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•