floats-107.htm (was Re: [CSS 2.1] Invalid test suite cases needing simple fixes)

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