Skip to content

Commit

Permalink
Remove the "element's base URL" indirection
Browse files Browse the repository at this point in the history
It was only used in a single place.
  • Loading branch information
foolip committed Dec 18, 2015
1 parent e081083 commit 199c0c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -6644,7 +6644,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<p>If the algorithm was invoked with an <span>absolute URL</span> to use as the base URL, let
<var>base</var> be that <span>absolute URL</span>.</p>

<p>Otherwise, let <var>base</var> be <span>the element's base URL</span>.</p>
<p>Otherwise, let <var>base</var> be the element's <span>node document</span>'s <span>document
base URL</span>.</p>

</li>

Expand All @@ -6662,9 +6663,6 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

</ol>

<p>Given an element, <dfn>the element's base URL</dfn> is the element's
<span>node document</span>'s <span>document base URL</span>.

</div>


Expand Down

0 comments on commit 199c0c0

Please sign in to comment.