Closed
Bug 1233
Opened 26 years ago
Closed 26 years ago
BR tags and margins
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
INVALID
M6
People
(Reporter: kipp, Assigned: buster)
Details
BR tags in navigator look alot like margins. In fact, the presence of a BR will
cause the object that follows top-margin to be collapsed with the vertical
distance applied by the BR. (Examples include <BR CLEAR=ALL><P>)
Comment 2•26 years ago
|
||
I don't think BR tags should collapse...and I don't think they do in IE.
Comment 3•26 years ago
|
||
The BR element should not be treated as a special case. It is an element just
like any other (albeit empty, like <IMG> and <HR>).
You should simply give it its behaviour using CSS:
BR:before { content: "\A"; }
This would result in the solving of all margin collapse issues, since it would
then act identical to all other elements.
See also bug #2590.
Comment 5•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
This was mostly a note to myself about how one might treat br clear=... I don't
need the note anymore.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•19 years ago
|
||
Revised delivery date - 07/14
Comment 8•19 years ago
|
||
Sorry error - The revised delivery date is 07/21
Comment 9•19 years ago
|
||
No idea what you're talking about, but it probably doesn't belong on this bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•