Re: [css3-selectors] 4. Selector syntax

On Sun, 18 Dec 2005, Anne van Kesteren wrote:
> 
> """A sequence of simple selectors is a chain of simple selectors that are not
> separated by a combinator. It always begins with a type selector or a
> universal selector. No other type selector or universal selector is allowed in
> the sequence."""[1]
> 
> It is not clear whether or not the last sentence allows:
> 
>  foo:not(bar)

It does. That is just a type selector followed by a pseudo-class.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Monday, 19 December 2005 06:14:50 UTC