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

On 12/15/2009 6:58 PM, Alan Gresley wrote:
> Why change what negation does when there are empty strings. What
> appear between the two quote "" is a *infinite number of
> concatenations*. All a browser is doing is following the logical
> behavior of mathematics.
>
>
> <http://lists.w3.org/Archives/Public/www-style/2008Apr/0117.html>

 From the above I get the following:

> I see a use case.
>
> [att="a"] {..} [att="b"] {..} div#x [att*=""] {..}
>
>
> The last ruleset properties and values would be used for any element
> nested in "x" div. I could use also.

You could just as well use |div#x *| for the last rule's selector. What 
you're doing above seems like some kind of hack.

Received on Wednesday, 16 December 2009 07:58:05 UTC