Re: proposal for a new css combinator

On 1/18/10 4:32 AM, Christoph Päper wrote:
> A>B, A>*:not(B)>B, A *:not(B) *:not(B)>B {p:v}
>
> Does the last part exclude any B between A and the desired B or
> does it just require at least two non-B between A and the desired B?

The latter.  A selector matches if any set of nodes can be found that 
satisfies the constraints.

-Boris

Received on Monday, 18 January 2010 15:37:28 UTC