[CSS21][Section 17.3 Columns] Code example imprecise

Hello,

17.3 Columns
http://www.w3.org/TR/CSS21/tables.html#columns

Toward the end of section 17.3, there is an example of CSS equivalence to
rules="cols". In that example,

table { border-style: hidden }

should be replaced with

table { border-style: hidden; border-collapse: collapse; }

regards, Gérard
-- 
CSS 2.1 Test suite RC6, March 23rd 2011
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html

Contributions to CSS 2.1 test suite
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

Web authors' contributions 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:46:24 UTC