[html5] r6073 - [e] (0) make this algorithm less ambiguous Fixing http://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed May 4 16:42:39 PDT 2011


Author: ianh
Date: 2011-05-04 16:42:38 -0700 (Wed, 04 May 2011)
New Revision: 6073

Modified:
   complete.html
   index
   source
Log:
[e] (0) make this algorithm less ambiguous
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12135

Modified: complete.html
===================================================================
--- complete.html	2011-05-04 23:38:07 UTC (rev 6072)
+++ complete.html	2011-05-04 23:42:38 UTC (rev 6073)
@@ -6290,9 +6290,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

Modified: index
===================================================================
--- index	2011-05-04 23:38:07 UTC (rev 6072)
+++ index	2011-05-04 23:42:38 UTC (rev 6073)
@@ -6315,9 +6315,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

Modified: source
===================================================================
--- source	2011-05-04 23:38:07 UTC (rev 6072)
+++ source	2011-05-04 23:42:38 UTC (rev 6073)
@@ -5958,9 +5958,10 @@
      <li><p>If there is no <code>base</code> element that has an <code
      title="attr-base-href">href</code> attribute, then the
      <span>document base URL</span> is <var title="">fallback base
-     url</var>. Otherwise, let <var title="">url</var> be the value of
-     the <code title="attr-base-href">href</code> attribute of the
-     first such element.</p></li>
+     url</var>; abort these steps. Otherwise, let <var
+     title="">url</var> be the value of the <code
+     title="attr-base-href">href</code> attribute of the first such
+     element.</p></li>
 
      <li><p><span title="resolve a URL">Resolve</span> <var
      title="">url</var> relative to <var title="">fallback base




More information about the Commit-Watchers mailing list