Re: [css3-selectors] Selectors is a Proposed Recommendation

On 12/15/09 4:58 PM, Alan Gresley wrote:
> For [att^=val] and [att$=val].
>
> Matched: Firefox 2, Firefox 3.0.15, Opera, IE7~8 and Safari 3.
>
> Not Matched: Firefox 3.0.1~3.0.13 (I think) and Safari 4.

Also "Not Matched" in Gecko 1.9.1 (Firefox 3.5) and later.

> For [att*=val].
>
> Matched: Opera, IE7~8 and Safari 3.
>
> Not Matched: Firefox 2~3.0.15 and Safari 4.

And any later Firefox, in fact.

> With negation, the negative (opposite) results are seen.
>
> <http://css-class.com/test/css/selectors/att/not-attribute-substring-no-match-empty.htm>

Right; any browser that didn't do that would be pretty buggy.

-Boris

Received on Wednesday, 16 December 2009 01:11:09 UTC