[Bug 8912] Why can't defer be used on inline scripts? If the script execution is slow (which can include loading of preceeding style sheets), the browser will have to wait until it can continue parsing and start downloading subsequent external resources.

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


Henri Sivonen <hsivonen@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsivonen@iki.fi




--- Comment #1 from Henri Sivonen <hsivonen@iki.fi>  2010-02-10 07:50:15 ---
Honoring defer on inline scripts was deemed to be a problem due to existing
content calling document.write() there.


-- 
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, 10 February 2010 07:50:20 UTC