Skip to content

Commit

Permalink
[ac] (0) async and defer are only for scripts, not data blocks
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4927 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2010
1 parent 219dfd6 commit 4ddefeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -13291,7 +13291,8 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>
<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>
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -13189,7 +13189,8 @@ c-end = "--&gt;"</pre>
<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>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -13909,7 +13909,8 @@ c-end = "-->"</pre>
<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>
Expand Down

0 comments on commit 4ddefeb

Please sign in to comment.