[html5] r4926 - [e] (0) Try to clarify that this is mutually exclusive with the previous paragra [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 31 13:36:19 PDT 2010


Author: ianh
Date: 2010-03-31 13:36:17 -0700 (Wed, 31 Mar 2010)
New Revision: 4926

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to clarify that this is mutually exclusive with the previous paragraph
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9281

Modified: complete.html
===================================================================
--- complete.html	2010-03-31 20:03:32 UTC (rev 4925)
+++ complete.html	2010-03-31 20:36:17 UTC (rev 4926)
@@ -13255,8 +13255,10 @@
   then the <code title=attr-script-type><a href=#attr-script-type>type</a></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><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
+  <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>
 
   <p>The <dfn id=attr-script-type title=attr-script-type><code>type</code></dfn>

Modified: index
===================================================================
--- index	2010-03-31 20:03:32 UTC (rev 4925)
+++ index	2010-03-31 20:36:17 UTC (rev 4926)
@@ -13153,8 +13153,10 @@
   then the <code title=attr-script-type><a href=#attr-script-type>type</a></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><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
+  <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>
 
   <p>The <dfn id=attr-script-type title=attr-script-type><code>type</code></dfn>

Modified: source
===================================================================
--- source	2010-03-31 20:03:32 UTC (rev 4925)
+++ source	2010-03-31 20:36:17 UTC (rev 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>




More information about the Commit-Watchers mailing list