Re: before-after-table-parts-001 invalid CSS

Le Ven 7 janvier 2011 11:33, Arron Eicholz a écrit :
> http://test.csswg.org/suites/css2.1/20101210/html4/before-after-table-parts-001.htm
>
> It seems that the child selector was incorrectly converted to >.


Arron,

The testcase still has a few things to correct.

1-
line: 58
<table class="gen"><tfoot><tr><td>Inner</td></tr></tfoot></table>
is invalid markup. The table must have an implied or explicitly declared
tbody.

<!ELEMENT TABLE - -
     (CAPTION?, (COL*|COLGROUP*), THEAD?, TFOOT?, TBODY+)>

A+
    A must occur one or more times.


2- Valid CSS 2.1 color names:
http://www.w3.org/TR/CSS21/syndata.html#color-units
cyan should be aqua
brown should be maroon

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2F20101210%2Fhtml4%2Fbefore-after-table-parts-001.htm&profile=css21&usermedium=all&warning=2&lang=en

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

CSS 2.1 test suite (RC4; December 10th 2010):
http://test.csswg.org/suites/css2.1/20101210/html4/toc.html

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

Received on Friday, 7 January 2011 19:56:06 UTC