[Webkit-unassigned] [Bug 20710] WebKit should support defer and async on script elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 21:35:44 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=20710





--- Comment #10 from Tony Gentilcore <tonyg at chromium.org>  2010-05-18 21:35:41 PST ---
Here's a proposed patch. It supports defer and async on only external scripts and loaded them prior to OnDOMContentLoaded.

I'm slightly worried that although the spec says async and defer must only be supported for external scripts, since Moz and IE support defer on inline scripts, we might have to do that for compat. What do others think?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list