Closed
Bug 6920
Opened 26 years ago
Closed 26 years ago
{compat} excessive vertical whitespace caused by DL
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: karnaze, Assigned: buster)
Details
The following renders to low in the div compared to Nav4.5 and IE5. The test
case was derived from bug 2050 and was caught by the table regression test
bug2050.html.
<html><body>
<DIV style="border: 1px solid black;">
<dl>
<FONT>Baz</FONT>
<DD>foo foo foo foo foo foo foo foo foo</DD>
</dl>
</div>
</body></html>
Updated•26 years ago
|
Summary: {compat} excessive vertical whitespace caused by DL/FONT
Whiteboard: (py8ieh:will investigate)
Comment 1•26 years ago
|
||
Does this bug also occur *without* the <FONT> element?
If so, then it is probably caused by ua.css' margins on most elements, in which
case (after examining the problem closer) the bug will be reassigned to the
Style System.
However, if the <font> is the cause (very likely) then this is a dup of bug 991.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Summary: {compat} excessive vertical whitespace caused by DL/FONT → {compat} excessive vertical whitespace caused by DL
Whiteboard: (py8ieh:will investigate)
Comment 2•26 years ago
|
||
This is not a bug. According to ua.css, DLs have 1em margins top and bottom.
Mozilla is taking this into account and drawing 1em margins on the DL.
Marking this bug as INVALID.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•