- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sat, 17 Jul 2010 19:08:54 -0700
- To: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
Hello all,
This testcase (and its expected results)
http://test.csswg.org/suites/css2.1/20100701/html4/floats-107.htm
contradicts in part this testcase (and its expected results):
http://test.csswg.org/suites/css2.1/20100701/html4/z-index-020.htm
as
div.float
{
  float:left;
  width:340px;
  margin-right:-340px;
  background-color:green;
}
is declared after div.positioned (magenta - fuchsia - background color)
but div.positioned has a higher stacking context than div.float (green
background color).
I also checked with section E.2 Painting order
http://www.w3.org/TR/CSS21/zindex.html#painting-order
wrt my earlier email.
So I am still - and furthermore - convinced that
http://test.csswg.org/suites/css2.1/20100701/html4/floats-107.htm
is wrong, is an incorrect testcase.
One last detail about
http://test.csswg.org/suites/css2.1/20100701/html4/z-index-020.htm  :
magenta and pink are not valid CSS 2.1 reserved color names.
regards, Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (beta 1; July 1st 2010):
http://test.csswg.org/suites/css2.1/20100701/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Sunday, 18 July 2010 02:09:31 UTC