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)

x86
Windows 2000
defect

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)
Attached file quirks mode test
Attached file standards mode test
Keywords: testcase
Specification for correct behavior is at http://www.w3.org/TR/html401/appendix/notes.html#h-B.3.1
Priority: -- → P3
Target Milestone: --- → Future
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?
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.

Attachment

General

Creator:
Created:
Updated:
Size: