[html5] r3207 - [gow] (2) Correct a logic error in the resource selection algorithm. (credit: pj)

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 5 19:25:09 PDT 2009


Author: ianh
Date: 2009-06-05 19:25:08 -0700 (Fri, 05 Jun 2009)
New Revision: 3207

Modified:
   index
   source
Log:
[gow] (2) Correct a logic error in the resource selection algorithm. (credit: pj)

Modified: index
===================================================================
--- index	2009-06-06 02:18:57 UTC (rev 3206)
+++ index	2009-06-06 02:25:08 UTC (rev 3207)
@@ -21006,8 +21006,7 @@
        be after <var title="">pointer</var>.</li>
 
        <li><p>If <var title="">candidate</var> is null, restart these
-       substeps from the first substep. Otherwise, abort the
-       task.</li>
+       substeps from the first substep.</li>
 
        <li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the
        <a href=#url>URL</a> given by the <var title="">candidate</var>

Modified: source
===================================================================
--- source	2009-06-06 02:18:57 UTC (rev 3206)
+++ source	2009-06-06 02:25:08 UTC (rev 3207)
@@ -22662,8 +22662,7 @@
        be after <var title="">pointer</var>.</p></li>
 
        <li><p>If <var title="">candidate</var> is null, restart these
-       substeps from the first substep. Otherwise, abort the
-       task.</p></li>
+       substeps from the first substep.</p></li>
 
        <li><p><span title="resolve a url">Resolve</span> the
        <span>URL</span> given by the <var title="">candidate</var>




More information about the Commit-Watchers mailing list