Closed
Bug 2953
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
()
People
(Reporter: ian, Assigned: rickg)
References
()
Details
Phrasal Elements (EM, A, STRONG, etc...) in H1, H2, H3, etc... cause this
header element to break. (Or so it appears.)
For example, the following:
<H1>Hello <em>World</em>!<H1>
Seems to get parsed like this:
<H1>Hello </H1>
<P><em>World</em>!</P>
...which is totally wrong, obviously.
See the quoted uri for a prefabricated test page.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•