Re: [CSS21] tables, percentages, and border-spacing

Le Ven 5 octobre 2012 23:02, "Gérard Talbot" a écrit :

>> "
>> a cell in the first row with a value other than 'auto' for the 'width'
>> property determines the width for that column.
>> "
>> http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout
>>
>> and width of cell is not equal to width of column if the cell has
>> horizontal borders and/or horizontal padding.
>> The verb "determines" does not mean "is equal to".

7 tests submitted to CSS 2.1 test suite highlighting/covering that issue:

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/fixed-table-layout-025.htm
(with border-collapse: separate and horizontal padding of cell)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/fixed-table-layout-026.htm
(with border-collapse: separate and horizontal borders of cell)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/fixed-table-layout-027.htm
(with border-collapse: collapse and horizontal borders of cell)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/fixed-table-layout-028.htm
(with border-collapse: separate, horizontal padding of cell and horizontal
borders of cell)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/fixed-table-layout-029.htm
(with border-collapse: collapse, horizontal padding of cell and horizontal
borders of cell)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/fixed-table-layout-030.htm
(with border-collapse: separate, only right padding of cell and only left
border of cell)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/fixed-table-layout-031.htm
(with border-collapse: separate, only left padding of cell and only right
border of cell)

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 Wednesday, 10 October 2012 03:47:22 UTC