[html5] r4927 - [ac] (0) async and defer are only for scripts, not data blocks

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 31 13:42:22 PDT 2010


Author: ianh
Date: 2010-03-31 13:42:21 -0700 (Wed, 31 Mar 2010)
New Revision: 4927

Modified:
   complete.html
   index
   source
Log:
[ac] (0) async and defer are only for scripts, not data blocks

Modified: complete.html
===================================================================
--- complete.html	2010-03-31 20:36:17 UTC (rev 4926)
+++ complete.html	2010-03-31 20:42:21 UTC (rev 4927)
@@ -13291,7 +13291,8 @@
   <p>The <dfn id=attr-script-async title=attr-script-async><code>async</code></dfn> and
   <dfn id=attr-script-defer title=attr-script-defer><code>defer</code></dfn> attributes
   are <a href=#boolean-attribute title="boolean attribute">boolean attributes</a> that
-  indicate how the script should be executed.</p>
+  indicate how the script should be executed. These attributes must
+  not be specified when the element is used to include data blocks.</p>
 
   <p>There are three possible modes that can be selected using these
   attributes. If the <code title=attr-script-async><a href=#attr-script-async>async</a></code>

Modified: index
===================================================================
--- index	2010-03-31 20:36:17 UTC (rev 4926)
+++ index	2010-03-31 20:42:21 UTC (rev 4927)
@@ -13189,7 +13189,8 @@
   <p>The <dfn id=attr-script-async title=attr-script-async><code>async</code></dfn> and
   <dfn id=attr-script-defer title=attr-script-defer><code>defer</code></dfn> attributes
   are <a href=#boolean-attribute title="boolean attribute">boolean attributes</a> that
-  indicate how the script should be executed.</p>
+  indicate how the script should be executed. These attributes must
+  not be specified when the element is used to include data blocks.</p>
 
   <p>There are three possible modes that can be selected using these
   attributes. If the <code title=attr-script-async><a href=#attr-script-async>async</a></code>

Modified: source
===================================================================
--- source	2010-03-31 20:36:17 UTC (rev 4926)
+++ source	2010-03-31 20:42:21 UTC (rev 4927)
@@ -13909,7 +13909,8 @@
   <p>The <dfn title="attr-script-async"><code>async</code></dfn> and
   <dfn title="attr-script-defer"><code>defer</code></dfn> attributes
   are <span title="boolean attribute">boolean attributes</span> that
-  indicate how the script should be executed.</p>
+  indicate how the script should be executed. These attributes must
+  not be specified when the element is used to include data blocks.</p>
 
   <p>There are three possible modes that can be selected using these
   attributes. If the <code title="attr-script-async">async</code>




More information about the Commit-Watchers mailing list