html5/spec Overview.html,1.1226,1.1227

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

Modified Files:
	Overview.html 
Log Message:
No need to call js: out explicitly now that it's async. (whatwg r2042)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1226
retrieving revision 1.1227
diff -u -d -r1.1226 -r1.1227
--- Overview.html	11 Aug 2008 05:14:28 -0000	1.1226
+++ Overview.html	11 Aug 2008 05:38:18 -0000	1.1227
@@ -5463,12 +5463,6 @@
    <!-- XXX queue interaction -->
 
    <li>
-    <p>If the resulting <a href="#absolute">absolute URL</a> is a <a
-     href="#the-javascript" title="javascript protocol"><code
-     title="">javascript:</code> URL</a>, then <a href="#dereferenced"
-     title=concept-js-deref>dereference the URL</a>, and abort these steps.
-
-   <li>
     <p>If the resource identified by the resulting <a
      href="#absolute">absolute URL</a> is already being downloaded for other
      reasons (e.g. another invocation of this algorithm), then the results of
@@ -5479,7 +5473,9 @@
     <p>At a time convenient to the user and the user agent, download the
      resource, applying the semantics of the relevant specifications (e.g.
      performing an HTTP GET or POST operation, or reading the file from disk,
-     following redirects, etc).
+     following redirects, <a href="#dereferenced"
+     title=concept-js-deref>dereferencing <span title="javascript
+     protocol"><code title="">javascript:</code> URLs</span></a>, etc).
   </ol>
 
   <p class=note>The <span>offline application cache</span> processing model

Received on Monday, 11 August 2008 05:48:21 UTC