Closed
Bug 2842
Opened 26 years ago
Closed 26 years ago
H1 containing A is too small
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
M4
People
(Reporter: dbaron, Assigned: rickg)
References
()
Details
The H1 at the top of this page is the size of the body text. This seems to be
because it contains an A. (I didn't test that, actually, so you should.)
The above URL is also the subject of bug 1808.
Updated•26 years ago
|
Assignee: peterl → rickg
Component: Style System → Parser
Comment 1•26 years ago
|
||
The A span isn't inside the H1 in the content model. Simplest example:
<H1><A>Text</A></H1>
becomes:
H1
A
Text
not:
H1
A
Text
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•26 years ago
|
||
Verified duplicate and fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•