[Bug 25470] [imports]: improve description of async to clarify execution order

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

Glenn Maynard <glenn@zewt.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |glenn@zewt.org

--- Comment #1 from Glenn Maynard <glenn@zewt.org> ---
Is there really a need to support async?  It's much better to limit it to
<script defer>-like behavior (which is what you described for b.html and
c.html), where loading doesn't block but things always happen in the same
order.  Web APIs shouldn't be nondeterministic.

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

Received on Saturday, 26 April 2014 00:56:51 UTC