HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/3207

SVNBugCommentTime (UTC)
3207[Gecko] [Opera] [Webkit] Correct a logic error in the resource selection algorithm. (credit: pj)2009-06-06 02:25
Index: source
===================================================================
--- source	(revision 3206)
+++ source	(revision 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>

|