Re: [selectors4] Multiple subject indicators

On Thu, Jun 20, 2013 at 2:01 AM, François REMY
<francois.remy.dev@outlook.com> wrote:
>> <a><b><c><d><e/></d></c></b></a>
>> "(b) (d) e" → matches elements b and d
>> "(b d) e" → matches elements b, c and d
>
> Not sure this is a very frequent use case, but you can still do
>
>    !:any(b, b *) !d e
>
> with basically the same results

Alternately:

  !b !* !d e

A bit grawlixy, but oh well.

~TJ

Received on Thursday, 20 June 2013 17:13:50 UTC