[css3-selectors] 4. Selector syntax

"""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)


[1]<http://www.w3.org/TR/css3-selectors/#selector-syntax>


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Sunday, 18 December 2005 08:16:39 UTC