Skip to content

Commit

Permalink
[e] (0) Add reference for 'resolve'.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14144

git-svn-id: http://svn.whatwg.org/webapps@6724 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2011
1 parent 13e971e commit 1332fe1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 20 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 21 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -80019,7 +80019,8 @@ <h4 id=the-eventsource-interface><span class=secno>11.2.2 </span>The <code><a hr
<ol><li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the
<a href=#url>URL</a> specified in <var title="">url</var>, relative to
the <a href=#entry-script>entry script</a>'s <a href="#script's-base-url" title="script's base
URL">base URL</a>.</li>
URL">base URL</a>.
</li>

<li><p>If the previous step failed, then throw a
<code><a href=#syntaxerror>SyntaxError</a></code> exception.</li>
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 20 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 21 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -80019,7 +80019,8 @@ interface <dfn id=eventsource>EventSource</dfn> : <a href=#eventtarget>EventTarg
<ol><li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the
<a href=#url>URL</a> specified in <var title="">url</var>, relative to
the <a href=#entry-script>entry script</a>'s <a href="#script's-base-url" title="script's base
URL">base URL</a>.</li>
URL">base URL</a>.
</li>

<li><p>If the previous step failed, then throw a
<code><a href=#syntaxerror>SyntaxError</a></code> exception.</li>
Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -90555,7 +90555,11 @@ interface <dfn>EventSource</dfn> : <span>EventTarget</span> {
<li><p><span title="resolve a url">Resolve</span> the
<span>URL</span> specified in <var title="">url</var>, relative to
the <span>entry script</span>'s <span title="script's base
URL">base URL</span>.</p></li>
URL">base URL</span>.
<!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
<!--START complete--><!--START epub-->
</p></li>

<li><p>If the previous step failed, then throw a
<code>SyntaxError</code> exception.</p></li>
Expand Down

0 comments on commit 1332fe1

Please sign in to comment.