--- a/Overview.html Mon Mar 26 16:32:03 2012 +0100
+++ b/Overview.html Mon Mar 26 16:34:03 2012 +0100
@@ -813,9 +813,10 @@
<li><p>Let <var title="">url</var> be a
<a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#url">URL</a> with character encoding UTF-8.
- <li><p><span title="Resolve a URL">Resolve</span> <var title="">url</var>
- relative to the <a href="#xmlhttprequest-base-url"><code>XMLHttpRequest</code> base URL</a>.
- If the algorithm returns an error,
+ <li><p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#resolve-a-url" title="Resolve a URL">Resolve</a>
+ <var title="">url</var> relative to the
+ <a href="#xmlhttprequest-base-url"><code>XMLHttpRequest</code> base URL</a>. If the algorithm
+ returns an error,
<a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-throw" title="concept-throw">throw</a> a
"<code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#syntaxerror">SyntaxError</a></code>" exception and terminate
these steps.
--- a/Overview.src.html Mon Mar 26 16:32:03 2012 +0100
+++ b/Overview.src.html Mon Mar 26 16:34:03 2012 +0100
@@ -820,9 +820,10 @@
<li><p>Let <var title>url</var> be a
<span data-anolis-spec=html>URL</span> with character encoding UTF-8.
- <li><p><span title="Resolve a URL">Resolve</span> <var title>url</var>
- relative to the <span><code>XMLHttpRequest</code> base URL</span>.
- If the algorithm returns an error,
+ <li><p><span title="Resolve a URL" data-anolis-spec=html>Resolve</span>
+ <var title>url</var> relative to the
+ <span><code>XMLHttpRequest</code> base URL</span>. If the algorithm
+ returns an error,
<span data-anolis-spec=dom title=concept-throw>throw</span> a
"<code data-anolis-spec=dom>SyntaxError</code>" exception and terminate
these steps.