Re: selector negation (was Re: New version of the Selectors module of CSS3)

On Tue, 10 Oct 2000, fantasai wrote:
>
> Although, if one wants to get complicated, the parentheses can add powerful
> grouping capabilities:
> 
> !(DIV.navbar > P) > A

What does this mean? An <A> that is a child of an element that is not a P-
that-is-a-child-of-a-DIV-with-class-"navbar" ?

As in,

   A::not-matches(DIV.navbar > P > #) 

...?

-- 
Ian Hickson                                     )\     _. - ._.)       fL
Netscape, Standards Compliance QA              /. `- '  (  `--'
+1 650 937 6593                                `- , ) -  > ) \
irc.mozilla.org:Hixie _________________________  (.' \) (.' -' __________

Received on Tuesday, 10 October 2000 20:15:03 UTC