[html5] r5891 - [c] (0) Continue the conformance chain for inline <script> elements. Somehow I'd [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 14 16:56:56 PST 2011
Author: ianh
Date: 2011-02-14 16:56:55 -0800 (Mon, 14 Feb 2011)
New Revision: 5891
Modified:
complete.html
index
source
Log:
[c] (0) Continue the conformance chain for inline <script> elements. Somehow I'd missed that case.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11782
Modified: complete.html
===================================================================
--- complete.html 2011-02-15 00:53:01 UTC (rev 5890)
+++ complete.html 2011-02-15 00:56:55 UTC (rev 5891)
@@ -14811,13 +14811,16 @@
<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
Modified: index
===================================================================
--- index 2011-02-15 00:53:01 UTC (rev 5890)
+++ index 2011-02-15 00:56:55 UTC (rev 5891)
@@ -14791,13 +14791,16 @@
<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
Modified: source
===================================================================
--- source 2011-02-15 00:53:01 UTC (rev 5890)
+++ source 2011-02-15 00:56:55 UTC (rev 5891)
@@ -15677,13 +15677,16 @@
<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
More information about the Commit-Watchers
mailing list