html5/spec Overview.html,1.3267,1.3268

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

Modified Files:
	Overview.html 
Log Message:
Looks like I'd only half made javascript: async. (whatwg r4109)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3267
retrieving revision 1.3268
diff -u -d -r1.3267 -r1.3268
--- Overview.html	12 Oct 2009 05:23:18 -0000	1.3267
+++ Overview.html	12 Oct 2009 05:40:08 -0000	1.3268
@@ -47051,13 +47051,12 @@
 
    <li>
 
-    <p>If fetching the resource is synchronous (i.e. for <a href="#javascript-protocol" title="javascript protocol"><code title="">javascript:</code>
-    URLs</a> and <code><a href="#about:blank">about:blank</a></code>), then this must be
-    synchronous, but if fetching the resource depends on external
-    resources, as it usually does for URLs that use HTTP or other
-    networking protocols, then at this point the user agents must
-    yield to whatever <a href="#concept-script" title="concept-script">script</a> invoked the navigation steps, if they
-    were invoked by script.</p>
+    <p>If fetching the resource is synchronous (i.e. for
+    <code><a href="#about:blank">about:blank</a></code>), then this must be synchronous, but if
+    fetching the resource depends on external resources, as it usually
+    does for URLs that use HTTP or other networking protocols, then at
+    this point the user agents must yield to whatever <a href="#concept-script" title="concept-script">script</a> invoked the navigation steps,
+    if they were invoked by script.</p>
 
    </li>
 

Received on Monday, 12 October 2009 05:40:15 UTC