RE: [CSSWG] Resolutions 2008-02-26

fantasai wrote:

> Selectors
> ---------
> 
>    - RESOLVED: Attribute substring matches against empty string invalid.
>        (Not sure what resolution was on |=, though; it might have been different
>        but wasn't recorded in minutes.)
> 
> ~fantasai

So do you mean that

[class^=""]
[class$=""]
[class*=""]

should NOT match any elements with a class attribute? Or do you mean that these Attribute substrings should NOT match an empty string in the HTML attribute of class?

<div class="">...</div>


Alan

http://css-class.com/

Received on Friday, 29 February 2008 07:26:12 UTC