- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Wed, 9 Feb 2011 11:48:02 -0800
- To: "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
- Cc: "Arron Eicholz" <arron.eicholz@microsoft.com>
Arron,
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;
}
Gérard Talbot
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (RC5; January 11th 2011):
http://test.csswg.org/suites/css2.1/20110111/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Wednesday, 9 February 2011 19:48:37 UTC