[Bug 12049] Script defer/async attributed have no realistic usage scenario

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

--- Comment #1 from silvio.ventres@gmail.com 2011-02-12 23:42:44 UTC ---
Found an example of a workaround that works in most browsers, except webkit
nightly and ff4beta that implement defer/async as specified in the HTML spec:

http://labjs.com/documentation.php

As can be seen in the API, the default is "load whenever possible", and the
only user-specified case is "wait()" which acts to strictly order the
execution, like the "strict-order" proposed.

-- 
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 Saturday, 12 February 2011 23:42:46 UTC