- From: Arron Eicholz <Arron.Eicholz@microsoft.com>
- Date: Thu, 17 Feb 2011 23:06:17 +0000
- To: "css21testsuite@gtalbot.org" <css21testsuite@gtalbot.org>, "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
On Wednesday, February 09, 2011 11:48 AM Gérard Talbot wrote:
> 
> http://test.csswg.org/suites/css2.1/20110111/html4/separated-border-
> model-003.htm
> 
> http://test.csswg.org/suites/css2.1/20110111/html4/separated-border-
> model-003.htm
> 
> http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_17
> /separated-border-model-003.htm
> 
> http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_17
> /separated-border-model-003.xht
> 
> The testcase does not test what it tries to be/aims at testing. It fails in letting
> the inner table elements' width (cells, padding, border-spacing, etc.) create a
> table box of 400px.
> 
> Actual code
> -----------
> 
> line 29:    table, div
>             {
>                 width: 400px;
>             }
> 
> 
> Suggested correction
> --------------------
> 
> line 29:    div
>             {
>                 width: 400px;
>             }
>
Fixed
--
Thanks,
Arron Eicholz
Received on Thursday, 17 February 2011 23:07:17 UTC