- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sun, 3 Oct 2010 19:37:13 -0700
- To: "Boris Zbarsky" <bzbarsky@MIT.EDU>
- Cc: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
Boris,
http://test.csswg.org/suites/css2.1/20101001/html4/table-anonymous-objects-021.htm
and
http://test.csswg.org/suites/css2.1/20101001/html4/table-anonymous-objects-022.htm
It seems that
line 24 (or 25): cell.setAttribute("style", "cell");
should be instead/rather
cell.className = "cell";
The error is reported in Error console.
---------------
block-in-inline-insert-* testcases have all 1 to 7 validation markup errors
E.g.:
http://test.csswg.org/suites/css2.1/20101001/html4/block-in-inline-insert-001a.htm
has 6 errors :
http://validator.w3.org/check?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2F20101001%2Fhtml4%2Fblock-in-inline-insert-001a.htm&charset=%28detect+automatically%29&doctype=Inline&group=0
http://test.csswg.org/suites/css2.1/20101001/html4/block-in-inline-insert-011.htm
has 7 errors:
http://validator.w3.org/check?uri=http%3A%2F%2Ftest.csswg.org%2Fsuites%2Fcss2.1%2F20101001%2Fhtml4%2Fblock-in-inline-insert-011.htm&charset=%28detect+automatically%29&doctype=Inline&group=0
regards, Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (RC2; October 1st 2010):
http://test.csswg.org/suites/css2.1/20101001/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Monday, 4 October 2010 02:37:51 UTC