[Bug 23526] [imports]: blocking DOMContentLoaded while HTML imports are loaded

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

Steve Orvell <sorvell@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sorvell@chromium.org

--- Comment #2 from Steve Orvell <sorvell@chromium.org> ---
I'm in favor of this change as well. I had a similar expectation and was
surprised to learn that this was not the case.

If a set of imports loads resources on which a page wants to act, it's
cumbersome to have to listen for load events to fire. It's also tricky to setup
load event listeners since either the onload attribute or an a priori
MutationObserver must be used.

In the future, we may want to give imports an async attribute so that they can
behave similarly to async scripts.

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

Received on Wednesday, 16 October 2013 01:32:44 UTC