spec/Overview.html 1.1008 1819 make <base href> not depend on xml:base

make <base href> not depend on xml:base (whatwg r1819) (changed by: Ian
Hickson)

Diff: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1008.html
Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1007&r2=1.1008&f=h
http://dev.w3.org/html5/spec/Overview.html

http://html5.org/tools/web-apps-tracker?from=1818&to=1819

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1007
retrieving revision 1.1008
diff -u -d -r1.1007 -r1.1008
--- Overview.html	27 Jun 2008 08:30:24 -0000	1.1007
+++ Overview.html	27 Jun 2008 20:42:58 -0000	1.1008
@@ -3028,8 +3028,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

Received on Friday, 27 June 2008 20:45:33 UTC