Correct a logic error in the resource selection algorithm. (credit: pj) (whatwg r3207)

Correct a logic error in the resource selection algorithm. (credit: pj)
(whatwg r3207)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2360.html#concept-media-load-algorithm

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2359&r2=1.2360&f=h
http://html5.org/tools/web-apps-tracker?from=3206&to=3207

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2359
retrieving revision 1.2360
diff -u -d -r1.2359 -r1.2360
--- Overview.html 6 Jun 2009 02:19:03 -0000 1.2359
+++ Overview.html 6 Jun 2009 02:25:14 -0000 1.2360
@@ -18320,8 +18320,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>

Received on Saturday, 6 June 2009 02:27:26 UTC