allowed arguments to :not() (was Re: Selector for parent/predecessor?)

On Sunday 2006-08-20 12:39 +1000, Lachlan Hunt wrote:
> :not() can only contain a simple selector.  In other words, it cannot 
> contain any combinators.
> 
> e.g.  These are valid:
>   :not(foo)
>   :not(foo[bar])
>   :not(foo:hover)

Actually, only the first is valid.  (The definition of "simple selector"
changed between CSS2 and css3-selectors.)

-David

-- 
L. David Baron                                <URL: http://dbaron.org/ >
           Technical Lead, Layout & CSS, Mozilla Corporation

Received on Sunday, 20 August 2006 02:52:39 UTC