[Bug 11295] Make script-inserted external scripts that have .async=false execute in the insertion order, default to true

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11295

--- Comment #2 from Jonas Sicking <jonas@sicking.cc> 2010-12-29 10:06:39 UTC ---
For what it's worth, my preference is to make .async default to false for
elements created through the DOM. And make .async equals false mean that
elements execute in order.

This would mean that <script> elements created through the DOM would by default
execute in order.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 29 December 2010 10:06:42 UTC