Re: Support getElementById and other methods of ShadowRoot on DocumentFragment

On 6/29/12 4:53 PM, Ryosuke Niwa wrote:
> The last time I checked, WebKit had some architectural constraint that
> prevented us from executing CSS queries on a detached frame.

Detached frame, or detached DOM tree?  That is, is the problem that a 
DocumentFragment is not in a document (and would you have the same 
problem with an Element not in a document), or is this only a problem in 
cases when the ownerDocument has a null defaultView?

-Boris

Received on Friday, 29 June 2012 21:07:10 UTC