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)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 2825

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
*** This bug has been marked as a duplicate of 2825 ***
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.