hixie: Try to clarify that this is mutually exclusive with the previous paragraph (whatwg r4926)

hixie: Try to clarify that this is mutually exclusive with the previous
paragraph (whatwg r4926)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3946&r2=1.3947&f=h
http://html5.org/tools/web-apps-tracker?from=4925&to=4926

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3946
retrieving revision 1.3947
diff -u -d -r1.3946 -r1.3947
--- Overview.html 31 Mar 2010 20:03:38 -0000 1.3946
+++ Overview.html 31 Mar 2010 20:36:23 -0000 1.3947
@@ -11401,8 +11401,10 @@
   <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, 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
+  be present, as described below.<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>
   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

Received on Thursday, 1 April 2010 05:45:57 UTC