- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Mon, 18 Jan 2010 10:36:52 -0500
- To: Christoph Päper <christoph.paeper@crissov.de>
- CC: www-style list <www-style@w3.org>
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