Closed
Bug 142227
Opened 23 years ago
Closed 23 years ago
<hr/> runs over images
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: mozilla, Assigned: attinasi)
Details
Using a HTML fragment such as:
<img align="right" src="image"/>
<hr/>
causes the horizontal line to continue over the image. Specifying width and
height makes no difference.
Actually I'm not sure what the HTML specification says on this point, but it
seems unwanted layout.
Comment 1•23 years ago
|
||
The HTML spec says nothing, since HTML does not specify layout.
The CSS spec says this is correct behavior, as far as I can tell.
Duplicate of "[FLOAT] <hr> is drawn over complete page in standards mode"
*** This bug has been marked as a duplicate of 84887 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•