- From: L. David Baron <dbaron@dbaron.org>
- Date: Thu, 14 Oct 2010 02:09:22 -0700
- To: public-css-testsuite@w3.org
http://test.csswg.org/suites/css2.1/20101001/xhtml1/border-collapse-inherited-001.xht
http://test.csswg.org/suites/css2.1/20101001/html4/border-collapse-inherited-001.htm
These tests make invalid assumptions about the UA style sheet; in
particular that it does not have the rule:
table { border-collapse: separate }
However, this rule is recommended in HTML5:
http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#margins-and-padding
was needed in older versions of CSS2 back when the initial value was
'collapse':
http://www.w3.org/TR/1998/REC-CSS2-19980512/tables.html#borders
and it may be needed for Web-compatibility.
This test should be removed.
-David
--
L. David Baron http://dbaron.org/
Mozilla Corporation http://www.mozilla.com/
Received on Thursday, 14 October 2010 09:09:52 UTC