Re: [css3-selectors] Selector grammar: negation

Christian Roth wrote:
> Does a selector like
> 
>   not( DIV[test] > P )
> 
> exist, representing all elements but P elements which have a parent DIV
> with attribute test?

Yes, it's called the negation pseudo-class
http://www.w3.org/TR/2001/CR-css3-selectors-20011113/#negation

-- 
Lachlan Hunt

http://www.lachy.id.au/
lachlan.hunt@lachy.id.au

Received on Saturday, 28 August 2004 04:23:51 UTC