[RC3] table-layout-003 is not testing what it was supposed to be testing

Hello,

http://test.csswg.org/suites/css2.1/20101027/html4/table-layout-003.htm

http://test.csswg.org/suites/css2.1/20101027/xhtml1/table-layout-003.xht

http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_17/table-layout-003.xht

        <title>CSS Test: Table-layout set to 'inherit'</title>
(...)
        <meta name="assert" content="A table can inherit its
'table-layout' behavior from its parent container.">

        <style type="text/css">
            #container
            {
                table-layout: fixed;
            }
            table, #reference
            {
                font: 1em ahem;
            }
            table
            {
                background: black;
                border-spacing: 0;
                overflow: hidden;
                table-layout: fixed;
                /* fixed should be replaced with inherit */
                width: 5em;
            }

regards, Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 test suite (RC3; October 27th 2010):
http://test.csswg.org/suites/css2.1/20101027/html4/toc.html

CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/

Received on Friday, 29 October 2010 16:26:14 UTC