[Bug 22305] [imports]: Imports should be represented as Documents, not DocumentFragments.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22305

--- Comment #6 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to Anne from comment #3)
> So what's the global object scripts in the imported resource are executed
> against? If that's the global object of the master document, you can still
> access that synchronously and that can access the imported resource so
> you'll have all the problems you tried to remove.

Can you be a touch more specific? Which problems?

The fact that you can get at the import synchronously simply means that if you
do, all your hope of asynchronous optimization is ruined. If you don't, you're
in good shape.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 6 October 2013 15:27:30 UTC