hixie: make this algorithm less ambiguous (whatwg r6073)

hixie: make this algorithm less ambiguous (whatwg r6073)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4876&r2=1.4877&f=h
http://html5.org/tools/web-apps-tracker?from=6072&to=6073

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4876
retrieving revision 1.4877
diff -u -d -r1.4876 -r1.4877
--- Overview.html 4 May 2011 23:36:09 -0000 1.4876
+++ Overview.html 4 May 2011 23:42:43 -0000 1.4877
@@ -5383,9 +5383,8 @@
 
      <li><p>If there is no <code><a href="#the-base-element">base</a></code> element that has an <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute, then the
      <a href="#document-base-url">document base URL</a> is <var title="">fallback base
-     url</var>. Otherwise, let <var title="">url</var> be the value of
-     the <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute of the
-     first such element.</li>
+     url</var>; abort these steps. Otherwise, let <var title="">url</var> be the value of the <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute of the first such
+     element.</li>
 
      <li><p><a href="#resolve-a-url" title="resolve a URL">Resolve</a> <var title="">url</var> relative to <var title="">fallback base
      url</var> (thus, the <code><a href="#the-base-element">base</a></code> <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute isn't affected by

Received on Wednesday, 4 May 2011 23:46:18 UTC