- From: Arron Eicholz <Arron.Eicholz@microsoft.com>
- Date: Thu, 2 Dec 2010 02:27:02 +0000
- To: "css21testsuite@gtalbot.org" <css21testsuite@gtalbot.org>, "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
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