Closed
Bug 386327
Opened 18 years ago
Closed 18 years ago
Improper parsing of unknown elements containing block level elements
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 311366
People
(Reporter: jeff.cutsinger, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Block level elements that should be children of unknown elements end up as their siblings. Though I have no real knowledge of gecko internals, it appears as though the elements are automatically closing when they run into a block-level element. The consequences of this being that any new or experimental languages (specifically HTML5) don't work.
Reproducible: Always
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•