Closed
Bug 161411
Opened 23 years ago
Closed 22 years ago
White space between tags causes extra vertical space when inside a block with non-zero text-indent in standards mode
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: nallen, Assigned: attinasi)
Details
(Keywords: testcase)
Attachments
(2 files)
Win2k 20020806 trunk
When in standards mode, white space between tags that are in a block that has a
non-zero text-indent defined causes a blank vertical line in the rendering.
When there is no text-indent, the vertical positioning is as expected. When in
quirks mode, the vertical positioning is as expected. IE6 has the expected
vertical positioning in all cases.
Here's the essential part of the testcase (actual testcases coming soon):
<div class="section">
<h2>two lines - indent</h2>
<ul>
<li>
test</li></ul>
<h2>one line - indent</h2>
<ul><li>
test</li></ul>
</div>
Actual Results: Extra vertical space when <ul> and <li> are separated when
indented in standards mode
Expected Results: No extra vertical space
(Note: this is not just limited to <ul> and <li> -- the <div> and <h2> have an
extra blank line as well)
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Specification for correct behavior is at
http://www.w3.org/TR/html401/appendix/notes.html#h-B.3.1
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
![]() |
||
Comment 4•22 years ago
|
||
The "indent" and "no indent" parts of both testcases are rendered identically to
each other and identical across the two testcases. Is this bug still a problem?
Reporter | ||
Comment 5•22 years ago
|
||
Checking with an 0428 trunk build on win2k, this has since been fixed.
Both test cases render identically with a single line of space around each
bulleted item.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•