Re: attribute-value-selector-004.xht not well formed

On Friday 2009-03-06 06:00 +0100, Chris Lilley wrote:
>   http://test.csswg.org/source/CSS2.1-test-suite/incoming/microsoft/Chapter_5/attribute-value-selector-004.xht
> 
> is not well formed.

And the test should probably be written using only invalid CSS and
not bad XML:

p, [1badAttr] { color: red; }
p { color: green; }

<p>This should be green.</p>

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Friday, 6 March 2009 05:08:05 UTC