- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Fri, 25 Mar 2011 21:41:07 -0400
- To: Philippe Wittenbergh <ph.wittenbergh@l-c-n.com>
- CC: Bjoern Hoehrmann <derhoermi@gmx.net>, Alan Gresley <alan@css-class.com>, CSS 3 W3C Group <www-style@w3.org>
On 3/25/11 8:57 PM, Philippe Wittenbergh wrote:
> Testing with a very recent hourly Minefield build [1], shouldn't the second block in the test case [2] have a green background ? Both blocks have a blue background.
The right behavior is two blue backgrounds after the most recent spec
changes.
> The CSS validator tells me that the following is the valid part of the stylesheet:
>
> p {
> background : blue;
> color : white;
> }
> .test2 {
> background : green;
> }
Sounds like the CSS validator needs updating to the recent spec changes
too. ;)
-Boris
> [1] @ http://hg.mozilla.org/mozilla-central/rev/132e89233cfa
> [2] http://css-class.com/test/css21testsuite/blocks-031.xht
Received on Saturday, 26 March 2011 01:41:43 UTC