- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Wed, 16 Nov 2011 20:34:05 -0800
- To: "Arron Eicholz" <arron.eicholz@microsoft.com>
- Cc: "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
Arron, [nightly-unstable] http://test.csswg.org/suites/css2.1/nightly-unstable/html4/table-columns-example-001.htm [RC6] http://test.csswg.org/suites/css2.1/20110323/html4/table-columns-example-001.htm col { border-style: none solid } table { border-style: hidden; border-collapse: collapse; } is rendered correctly in Chrome 15.0.874.120 and Konqueror 4.7.3 (and most likely in Safari 5.1.2 as well). But, the thing is, rules="cols" for those browsers is not correctly rendered. rules="cols": Rules will appear between columns only. http://www.w3.org/TR/html4/struct/tables.html#adef-rules So, strictly speaking, the tested CSS code is passed but the HTML code (attribute specification rules="cols") used for comparison (and used as expected result) is not rendered correctly. What I'm trying to say is that the test supposes and postulates that browsers render flawlessly and impeccably rules="cols" to begin with and this is not the case. In all fairness, this table-columns-example-001 testcase currently does not prove that Chrome 15.0.874.120 and Konqueror 4.7.3 fail to correctly render the following CSS code: col { border-style: none solid } table { border-style: hidden; border-collapse: collapse; } regards, Gérard -- Contributions to the CSS 2.1 test suite: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/ CSS 2.1 Test suite RC6, March 23rd 2011: http://test.csswg.org/suites/css2.1/20110323/html4/toc.html CSS 2.1 test suite harness: http://test.csswg.org/harness/ Contributing to to CSS 2.1 test suite: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html
Received on Thursday, 17 November 2011 04:34:37 UTC