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

On Friday, October 29, 2010 9:23 AM Gérard Talbot wrote:
> 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;
>             }

Fixed

--
Thanks,
Arron Eicholz

Received on Thursday, 2 December 2010 02:27:36 UTC