- From: L. David Baron <dbaron@dbaron.org>
- Date: Fri, 15 Oct 2010 18:08:53 -0700
- To: public-css-testsuite@w3.org
Once issue-159 is addressed, these tests:
http://test.csswg.org/suites/css2.1/20101001/html4/margin-collapse-036.htm
http://test.csswg.org/suites/css2.1/20101001/xhtml1/margin-collapse-036.xht
will become invalid because the internal contradiction in the spec
will have been fixed. (The contradiction was that in this case:
<div id="a" style="min-height: 100px">
<div id="b"></div>
</div>
the spec said that the top and bottom margin of "a" were not
adjoining, but that all the consecutive pairs of margins (top-a
top-b, top-b bottom-b, bottom-b bottom-a) were adjoining, which
aren't simultaneously possible.)
The current proposal for that issue is here:
http://lists.w3.org/Archives/Public/www-style/2010Sep/0684.html
-David
--
L. David Baron http://dbaron.org/
Mozilla Corporation http://www.mozilla.com/
Received on Saturday, 16 October 2010 01:09:21 UTC