Re: CSS3 Selector Limitations and Suggestions

Ernest Cline wrote:

> The effect I believe you are looking for with this selector can be
> achieved with existing selectors:
> body  section section:not(body section section section)
> would select just the second level sections in this case

Actually, no.  It would select absolutely nothing.  The argument to 
:not() must be a simple selector, and "body section section section" is 
not a simple selector.

-Boris

Received on Sunday, 7 December 2003 13:28:24 UTC