[RC5, pre-RC6] font-family-invalid-characters-002: CSS parsing and validator

Arron and Fantasy,

http://test.csswg.org/suites/css2.1/20110111/html4/font-family-invalid-characters-002.htm
(RC5)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/font-family-invalid-characters-002.htm

When I validate the CSS code of that page,

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2F20110111%2Fhtml4%2Ffont-family-invalid-characters-002.htm

or

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2Fnightly-unstable%2Fhtml4%2Ffont-family-invalid-characters-002.htm


the validated CSS code returned by the report has

body  {
background : red;
 }

It looks from the whole report that the page should be red:

#div3 {
background : red;
}

body {
background : red;
}

#div3 {
background : transparent;
}

regards, Gérard
-- 
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 Sunday, 20 March 2011 21:21:56 UTC