Closed Bug 175905 Opened 22 years ago Closed 20 years ago

we should be less quirky with bottom margins in cells

Categories

(Core :: CSS Parsing and Computation, defect, P4)

x86
All
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: ian, Assigned: dbaron)

References

()

Details

(Keywords: testcase)

It turns out IE is more screwed up than I thought. We can remove the bottom
margin quirk on the following elements:

   BLOCKQUOTE
   DL
   DIR
   FORM
   H1
   H2
   H3
   H4
   H5
   H6
   MENU
   OL
   UL

See: http://www.hixie.ch/tests/adhoc/css/box/block/margin-collapse/compat/001.html
Incidentally, it turns out that IE6 doesn't actually do 1em margins on block
level elements, it does 19px margins. At least it does in my test case where 1em
= 16px. I don't want to know what it really is. Anyway, the net result is that
the test case should be considered passed in Mozilla if the green and yellow
bands in the left hand column are in the right order, rather than being exactly
aligned with the right hand column.

I give up. IE is too quirky. This bug should just be a matter of removing the
relevant lines from quirk.css, don't let this become some sort of project to
mimic IE in any way required to fully "pass" the test case.
Keywords: testcase
Priority: -- → P4
Fixed by patch in bug 101084 
Status: NEW → RESOLVED
Closed: 20 years ago
Depends on: 101084
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.