- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Mon, 04 Oct 2010 12:55:40 -0400
- To: css21testsuite@gtalbot.org
- CC: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
On 10/3/10 10:37 PM, "Gérard Talbot" wrote:
> 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";
Indeed; looks like this propagated in from the original web-derived
testcase these are based on. Fixed.
> block-in-inline-insert-* testcases have all 1 to 7 validation markup errors
These have to do with using <span> inside <body> and <div> inside
<span>. While it's possible to rewrite the tests to not do this last,
using a bunch of styling to create the relevant display types instead,
I'm not going to be in a position to do such rewriting in the near future.
-Boris
Received on Monday, 4 October 2010 17:12:15 UTC