Skip to content

Commit

Permalink
[] (0) make <base href> not depend on xml:base
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1819 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 27, 2008
1 parent bda4a07 commit 89fe89a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -2924,8 +2924,10 @@ you're allowed to do that, in the absence of a DOM Core update)
<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
Expand Down
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -1188,8 +1188,10 @@ you're allowed to do that, in the absence of a DOM Core update)

<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
Expand Down

0 comments on commit 89fe89a

Please sign in to comment.