Skip to content

Commit

Permalink
[e] (0) Try to clarify that this is mutually exclusive with the previ…
Browse files Browse the repository at this point in the history
…ous paragraph

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

git-svn-id: http://svn.whatwg.org/webapps@4926 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2010
1 parent de17505 commit 219dfd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -13255,8 +13255,10 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>
then the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute must
be present, as described below.</p>

<p>When used to include data blocks, the data must be embedded
inline, the format of the data must be given using the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute, and the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute must not be
<p>When used to include data blocks (as opposed to scripts), the
data must be embedded inline, the format of the data must be given
using the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute, and
the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute must not be
specified.</p>

<p>The <dfn id=attr-script-type title=attr-script-type><code>type</code></dfn>
Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -13153,8 +13153,10 @@ c-end = "--&gt;"</pre>
then the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute must
be present, as described below.</p>

<p>When used to include data blocks, the data must be embedded
inline, the format of the data must be given using the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute, and the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute must not be
<p>When used to include data blocks (as opposed to scripts), the
data must be embedded inline, the format of the data must be given
using the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute, and
the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute must not be
specified.</p>

<p>The <dfn id=attr-script-type title=attr-script-type><code>type</code></dfn>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -13870,10 +13870,10 @@ c-end = "-->"</pre>
then the <code title="attr-script-type">type</code> attribute must
be present, as described below.</p>

<p>When used to include data blocks, the data must be embedded
inline, the format of the data must be given using the <code
title="attr-script-type">type</code> attribute, and the <code
title="attr-script-src">src</code> attribute must not be
<p>When used to include data blocks (as opposed to scripts), the
data must be embedded inline, the format of the data must be given
using the <code title="attr-script-type">type</code> attribute, and
the <code title="attr-script-src">src</code> attribute must not be
specified.</p>

<p>The <dfn title="attr-script-type"><code>type</code></dfn>
Expand Down

0 comments on commit 219dfd6

Please sign in to comment.