Closed
Bug 2825
Opened 26 years ago
Closed 26 years ago
Phrasal Elements in H[1-6]s cause H[1-6] element to break
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: michael.j.lowe, Assigned: rickg)
References
()
Details
Following html parses differently than either IE or NSC4.5:
<html>
<body>
<h1>
<img SRC="book.gif" height=27 width=31>
Should be H1
</h1>
</body>
</html>
*** Bug 2826 has been marked as a duplicate of this bug. ***
*** Bug 2842 has been marked as a duplicate of this bug. ***
*** Bug 2871 has been marked as a duplicate of this bug. ***
*** Bug 2953 has been marked as a duplicate of this bug. ***
Updated•26 years ago
|
Severity: normal → major
Summary: Parsing image in heading → Phrasal Elements in H[1-6]s cause H[1-6] element to break
Comment 6•26 years ago
|
||
(merged fields from bug #2953 with this one)
Elements (eg EM, A, STRONG, etc...) in H1, H2, H3, etc... header elements
cause this header element to break, even if allowed by the [official] DTD.
For example, the following:
<H1>Hello <em>World</em>!<H1>
Is parsed like this:
<H1>Hello </H1>
<em>World</em>!
...which is wrong, obviously.
See the quoted uri for a prefabricated test page.
This is confirmed as a parser/dtd/content-sink bug, see bugs #2871, #2842.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Comment 7•26 years ago
|
||
Have you checked in this fix yet? It isn't fixed in the 99-02-11 build. (You
marked it fixed just after midnight on 02-10.) The 02-12 build has regressed
in other serious ways, so I can't tell in that one.
Fixed. Sorry for the regression.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: 3819
Comment 9•26 years ago
|
||
verified 2/18 builds
You need to log in
before you can comment on or make changes to this bug.
Description
•