Skip to content

Commit

Permalink
[c] (0) Continue the conformance chain for inline <script> elements. …
Browse files Browse the repository at this point in the history
…Somehow I'd missed that case.

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

git-svn-id: http://svn.whatwg.org/webapps@5891 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 15, 2011
1 parent d4f8311 commit 3e4533c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
11 changes: 7 additions & 4 deletions complete.html
Expand Up @@ -14811,13 +14811,16 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>
<code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute. If the language
is not that described by "<code title="">text/javascript</code>",
then the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute must
be present, as described below.</p>
be present, as described below. Whatever language is used, the
contents of the <code><a href=#script>script</a></code> element must conform with the
requirements of that language's specification.</p>

<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>
using the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute, the
<code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute must not be
specified, and the contents of the <code><a href=#script>script</a></code> element must
conform to the requirements defined for the format used.</p>

<p>The <dfn id=attr-script-type title=attr-script-type><code>type</code></dfn>
attribute gives the language of the script or format of the data. If
Expand Down
11 changes: 7 additions & 4 deletions index
Expand Up @@ -14791,13 +14791,16 @@ c-end = "--&gt;"</pre>
<code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute. If the language
is not that described by "<code title="">text/javascript</code>",
then the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute must
be present, as described below.</p>
be present, as described below. Whatever language is used, the
contents of the <code><a href=#script>script</a></code> element must conform with the
requirements of that language's specification.</p>

<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>
using the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute, the
<code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute must not be
specified, and the contents of the <code><a href=#script>script</a></code> element must
conform to the requirements defined for the format used.</p>

<p>The <dfn id=attr-script-type title=attr-script-type><code>type</code></dfn>
attribute gives the language of the script or format of the data. If
Expand Down
11 changes: 7 additions & 4 deletions source
Expand Up @@ -15677,13 +15677,16 @@ c-end = "-->"</pre>
<code title="attr-script-src">src</code> attribute. If the language
is not that described by "<code title="">text/javascript</code>",
then the <code title="attr-script-type">type</code> attribute must
be present, as described below.</p>
be present, as described below. Whatever language is used, the
contents of the <code>script</code> element must conform with the
requirements of that language's specification.</p>

<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>
using the <code title="attr-script-type">type</code> attribute, the
<code title="attr-script-src">src</code> attribute must not be
specified, and the contents of the <code>script</code> element must
conform to the requirements defined for the format used.</p>

<p>The <dfn title="attr-script-type"><code>type</code></dfn>
attribute gives the language of the script or format of the data. If
Expand Down

0 comments on commit 3e4533c

Please sign in to comment.