- From: poot <cvsmail@w3.org>
- Date: Sun, 20 Sep 2009 07:19:52 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: fix nonsensical statement (whatwg r3915) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3076&r2=1.3077&f=h http://html5.org/tools/web-apps-tracker?from=3914&to=3915 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3076 retrieving revision 1.3077 diff -u -d -r1.3076 -r1.3077 --- Overview.html 19 Sep 2009 22:17:06 -0000 1.3076 +++ Overview.html 19 Sep 2009 22:19:33 -0000 1.3077 @@ -10537,8 +10537,8 @@ specified even if the <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute is specified, to cause legacy Web browsers that only support <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> (and not <code title="attr-script-async"><a href="#attr-script-async">async</a></code>) to fall back to the <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> behavior instead of the - synchronous blocking behavior that is the default.<p>If the <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute may - be specified, the <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute + synchronous blocking behavior that is the default.<p>If the <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute is + specified, the <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute must also be specified.<p>Changing the <code title="attr-script-src"><a href="#attr-script-src">src</a></code>, <code title="attr-script-type"><a href="#attr-script-type">type</a></code>, <code title="attr-script-charset"><a href="#attr-script-charset">charset</a></code>, <code title="attr-script-async"><a href="#attr-script-async">async</a></code>, and <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attributes dynamically has no direct effect; these attribute are only used at specific times described below (namely, when the element is <a href="#insert-an-element-into-a-document" title="insert an
Received on Saturday, 19 September 2009 22:20:28 UTC