- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Jun 2009 02:25:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3627
Modified Files:
Overview.html
Log Message:
Correct a logic error in the resource selection algorithm. (credit: pj) (whatwg r3207)
Index: Overview.html
===================================================================
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:25:24 UTC