- From: Patrick Garies <pgaries@fastmail.us>
- Date: Wed, 16 Dec 2009 01:57:19 -0600
- To: Alan Gresley <alan@css-class.com>
- CC: www-style@w3.org
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