Re: QSA, the problem with ":scope", and naming

On 10/18/11 7:38 PM, Alex Russell wrote:
> The resolution I think is most natural is to split on ","

That fails with :any, with the expanded :not syntax, on attr selectors, etc.

You can split on ',' while observing proper paren and quote nesting, but 
that can get pretty complicated.

> A minor point is how to order the
> items in the returned flattened list are ordered (document order? the
> natural result of concat()?).

Document order.

-Boris

Received on Wednesday, 19 October 2011 01:15:56 UTC