- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Jun 2008 20:43:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19592
Modified Files:
Overview.html
Log Message:
make <base href> not depend on xml:base (whatwg r1819)
Index: Overview.html
===================================================================
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:43:36 UTC