html5/spec Overview.html,1.4731,1.4732

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15480

Modified Files:
	Overview.html 
Log Message:
Continue the conformance chain for inline <script> elements. Somehow I'd missed that case. (whatwg r5891)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4731
retrieving revision 1.4732
diff -u -d -r1.4731 -r1.4732
--- Overview.html	15 Feb 2011 00:53:07 -0000	1.4731
+++ Overview.html	15 Feb 2011 00:57:00 -0000	1.4732
@@ -12792,11 +12792,14 @@
   <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>When used to include data blocks (as opposed to scripts), the
+  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>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>The <dfn id="attr-script-type" title="attr-script-type"><code>type</code></dfn>
+  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>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
   the attribute is present, its value must be a <a href="#valid-mime-type">valid MIME
   type</a>. The <code title="">charset</code> parameter must not be

Received on Tuesday, 15 February 2011 00:57:06 UTC