Re: [selectors-api] Why no querySelector(All) on DocumentFragments?

Lachlan Hunt wrote:
> Yes, that is the correct behaviour.  It should indeed match any element 
> in the element's subtree, regardless of whether or not that element is 
> in a document.  I thought the spec was clear enough on that issue already.

The spec never defines the term "match", for what it's worth.  So no, 
this part isn't really clear.

I do agree this is the right behavior though, hence my question about 
DocumentFragment.

-Boris

Received on Wednesday, 12 March 2008 21:48:56 UTC