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

Boris Zbarsky wrote:
> Is there a reason why querySelector(All) is not supported on 
> DocumentFragment nodes?  It seems to me that such support could be 
> useful...  It's already supported on disconnected subtrees rooted by an 
> Element, as far as I can tell, so it doesn't seem like the 
> DocumentFragment case would be all that different.

It is now defined that DocumentFragments will also implement the new 
NodeSelector interface.

-- 
Lachlan Hunt - Opera Software
http://lachy.id.au/
http://www.opera.com/

Received on Wednesday, 19 March 2008 13:40:05 UTC