Skip to content

Commit

Permalink
[e] (0) Remove an attempt to cross-reference a term that isn't explic…
Browse files Browse the repository at this point in the history
…itly defined.

Affected topics: WebSocket API

git-svn-id: http://svn.whatwg.org/webapps@6842 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 5, 2011
1 parent 5e8f7a9 commit f35f98c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 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 2 December 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 December 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 @@ -77685,9 +77685,9 @@ <h4 id=parsing-websocket-urls><span class=secno>10.3.5 </span>Parsing WebSocket

<li>

<p><a href=#resolve-a-url title="resolve a url">Resolve</a> the <var title="">url</var> string, with the <span>URL character
encoding</span> set to UTF-8. <a href=#refsRFC3629>[RFC3629]</a></p> <!-- the URL character
encoding is used to escape the query component -->
<p><a href=#resolve-a-url title="resolve a url">Resolve</a> the <var title="">url</var> string, with the URL character encoding set to
UTF-8. <a href=#refsRFC3629>[RFC3629]</a></p> <!-- the URL
character encoding is used to escape the query component -->

<p class=note>It doesn't matter what it is resolved relative to,
since we already know it is an <a href=#absolute-url>absolute URL</a> at this
Expand Down
8 changes: 4 additions & 4 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 2 December 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 December 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 @@ -77685,9 +77685,9 @@ socket.onopen = function () {

<li>

<p><a href=#resolve-a-url title="resolve a url">Resolve</a> the <var title="">url</var> string, with the <span>URL character
encoding</span> set to UTF-8. <a href=#refsRFC3629>[RFC3629]</a></p> <!-- the URL character
encoding is used to escape the query component -->
<p><a href=#resolve-a-url title="resolve a url">Resolve</a> the <var title="">url</var> string, with the URL character encoding set to
UTF-8. <a href=#refsRFC3629>[RFC3629]</a></p> <!-- the URL
character encoding is used to escape the query component -->

<p class=note>It doesn't matter what it is resolved relative to,
since we already know it is an <a href=#absolute-url>absolute URL</a> at this
Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -90136,10 +90136,9 @@ socket.onopen = function () {
<li>

<p><span title="resolve a url">Resolve</span> the <var
title="">url</var> string, with the <span>URL character
encoding</span> set to UTF-8. <a
href="#refsRFC3629">[RFC3629]</a></p> <!-- the URL character
encoding is used to escape the query component -->
title="">url</var> string, with the URL character encoding set to
UTF-8. <a href="#refsRFC3629">[RFC3629]</a></p> <!-- the URL
character encoding is used to escape the query component -->

<p class="note">It doesn't matter what it is resolved relative to,
since we already know it is an <span>absolute URL</span> at this
Expand Down

0 comments on commit f35f98c

Please sign in to comment.