[html5] r2042 - [] (0) No need to call js: out explicitly now that it's async.

whatwg at whatwg.org whatwg at whatwg.org
Sun Aug 10 22:38:15 PDT 2008


Author: ianh
Date: 2008-08-10 22:38:14 -0700 (Sun, 10 Aug 2008)
New Revision: 2042

Modified:
   index
   source
Log:
[] (0) No need to call js: out explicitly now that it's async.

Modified: index
===================================================================
--- index	2008-08-11 05:14:24 UTC (rev 2041)
+++ index	2008-08-11 05:38:14 UTC (rev 2042)
@@ -5455,12 +5455,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
@@ -5471,7 +5465,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

Modified: source
===================================================================
--- source	2008-08-11 05:14:24 UTC (rev 2041)
+++ source	2008-08-11 05:38:14 UTC (rev 2042)
@@ -3439,11 +3439,6 @@
    <li><p>Perform the remaining steps asynchronously.</p></li>
    <!-- XXX queue interaction -->
 
-   <li><p>If the resulting <span>absolute URL</span> is a <span
-   title="javascript protocol"><code title="">javascript:</code>
-   URL</span>, then <span title="concept-js-deref">dereference the
-   URL</span>, and abort these steps.</p></li>
-
    <li><p>If the resource identified by the resulting <span>absolute
    URL</span> is already being downloaded for other reasons
    (e.g. another invocation of this algorithm), then the results of
@@ -3453,7 +3448,10 @@
    <li><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).</p></li>
+   reading the file from disk, following redirects, <span
+   title="concept-js-deref">dereferencing <span title="javascript
+   protocol"><code title="">javascript:</code> URLs</span></span>,
+   etc).</p></li>
 
   </ol>
 




More information about the Commit-Watchers mailing list