Re: [bug] warning on valid selector

Hello,

sorry for the delay in answering this, we have been, as Jukka  
mentioned, been fairly busy with the CSS validator's development.

On Feb 26, 2008, at 14:45 , Le Sage wrote:
> I was reading the CSS 2.1 Specification, & I found this example:
> Here, the selector matches all SPAN elements whose "hello" attribute  
> has
> exactly the value "Cleveland" and whose "goodbye" attribute has  
> exactly
> the value "Columbus":
> span[hello="Cleveland"][goodbye="Columbus"] { color: blue; }
> source: http://www.w3.org/TR/CSS21/selector.html#matching-attrs
> but when I tried to validate it, I got this warning:
> [hello="Cleveland"] and [goodbye="Columbus"] are incompatible

The good news is that the release we pushed through seems to not  
display this bug. I am adding this to our test suite to avoid any  
regression.

Thank you!

olivier

Received on Thursday, 27 March 2008 12:08:33 UTC