[html5] r1819 - [] (0) make <base href> not depend on xml:base

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 27 13:41:24 PDT 2008


Author: ianh
Date: 2008-06-27 13:41:23 -0700 (Fri, 27 Jun 2008)
New Revision: 1819

Modified:
   index
   source
Log:
[] (0) make <base href> not depend on xml:base

Modified: index
===================================================================
--- index	2008-06-27 08:30:19 UTC (rev 1818)
+++ index	2008-06-27 20:41:23 UTC (rev 1819)
@@ -2924,8 +2924,10 @@
    <li>
     <p><a href="#resolve" title="resolve a URL">Resolve</a> the <var
      title="">url</var> URL, using <span>the document's
-     address</span><!-- XXXDOCURL --> as the <a href="#document0">document
-     base URL</a>.
+     address</span><!-- XXXDOCURL --> as the <a href="#base-">base URL</a>
+     (thus, the <code><a href="#base">base</a></code> <code
+     title=att-base-href>href</code> attribute isn't affect by <code
+     title="">xml:base</code> attributes).
 
    <li>
     <p>The <a href="#document0">document base URL</a> is the result of the

Modified: source
===================================================================
--- source	2008-06-27 08:30:19 UTC (rev 1818)
+++ source	2008-06-27 20:41:23 UTC (rev 1819)
@@ -1188,8 +1188,10 @@
 
    <li><p><span title="resolve a URL">Resolve</span> the <var
    title="">url</var> URL, using <span>the document's
-   address</span><!-- XXXDOCURL --> as the <span>document base
-   URL</span>.</p></li>
+   address</span><!-- XXXDOCURL --> as the <span>base URL</span>
+   (thus, the <code>base</code> <code
+   title="att-base-href">href</code> attribute isn't affect by <code
+   title="">xml:base</code> attributes).</p></li>
 
    <li><p>The <span>document base URL</span> is the result of the
    previous step if it was successful; otherwise it is <span>the




More information about the Commit-Watchers mailing list