HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4926

SVNBugCommentTime (UTC)
49269281Try to clarify that this is mutually exclusive with the previous paragraph2010-03-31 20:36
Index: source
===================================================================
--- source	(revision 4925)
+++ source	(revision 4926)
@@ -13870,10 +13870,10 @@
   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>

|