html5/spec Overview.html,1.3076,1.3077

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

Modified Files:
	Overview.html 
Log Message:
fix nonsensical statement (whatwg r3915)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3076
retrieving revision 1.3077
diff -u -d -r1.3076 -r1.3077
--- Overview.html	19 Sep 2009 22:17:06 -0000	1.3076
+++ Overview.html	19 Sep 2009 22:19:33 -0000	1.3077
@@ -10537,8 +10537,8 @@
   specified even if the <code title="attr-script-async"><a href="#attr-script-async">async</a></code>
   attribute is specified, to cause legacy Web browsers that only
   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>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
+  synchronous blocking behavior that is the default.<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>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
   direct effect; these attribute are only used at specific times
   described below (namely, when the element is <a href="#insert-an-element-into-a-document" title="insert an

Received on Saturday, 19 September 2009 22:19:46 UTC