[html5] r3915 - [e] (0) fix nonsensical statement

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 19 15:25:28 PDT 2009


Author: ianh
Date: 2009-09-19 15:25:26 -0700 (Sat, 19 Sep 2009)
New Revision: 3915

Modified:
   index
   source
Log:
[e] (0) fix nonsensical statement

Modified: index
===================================================================
--- index	2009-09-19 22:23:31 UTC (rev 3914)
+++ index	2009-09-19 22:25:26 UTC (rev 3915)
@@ -11920,8 +11920,8 @@
   support <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> (and not <code title=attr-script-async><a href=#attr-script-async>async</a></code>) to fall back to the <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> behavior instead of the
   synchronous blocking behavior that is the default.</p>
 
-  <p>If the <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attribute may
-  be specified, the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute
+  <p>If the <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attribute is
+  specified, the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute
   must also be specified.</p>
 
   <p>Changing the <code title=attr-script-src><a href=#attr-script-src>src</a></code>, <code title=attr-script-type><a href=#attr-script-type>type</a></code>, <code title=attr-script-charset><a href=#attr-script-charset>charset</a></code>, <code title=attr-script-async><a href=#attr-script-async>async</a></code>, and <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attributes dynamically has no

Modified: source
===================================================================
--- source	2009-09-19 22:23:31 UTC (rev 3914)
+++ source	2009-09-19 22:25:26 UTC (rev 3915)
@@ -12589,8 +12589,8 @@
   title="attr-script-defer">defer</code> behavior instead of the
   synchronous blocking behavior that is the default.</p>
 
-  <p>If the <code title="attr-script-defer">defer</code> attribute may
-  be specified, the <code title="attr-script-src">src</code> attribute
+  <p>If the <code title="attr-script-defer">defer</code> attribute is
+  specified, the <code title="attr-script-src">src</code> attribute
   must also be specified.</p>
 
   <p>Changing the <code title="attr-script-src">src</code>, <code




More information about the Commit-Watchers mailing list