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

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

--- Comment #2 from silvio.ventres@gmail.com 2011-02-13 00:03:18 UTC ---
Of course, head.js and control.js do the same thing.
What needs to be seen here is that those are workarounds, that users were
forced to create because they want this behaviour from the browser.

A webpage should not be required to use complex script-loading addons like
head/control/Lab-js. Instead, the default should be to optimistically defer as
much as possible and fix the problems when they occur.

These loaders show that users do care about the initial paint latency.
So why not make the latency universally-low and only restrict execution order
for people that really require it ?

-- 
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 Sunday, 13 February 2011 00:03:21 UTC