Skip to content

Commit

Permalink
[giow] (0) Remove a bogus sentence from the WebSocket protocol URL pa…
Browse files Browse the repository at this point in the history
…rsing section; and some minor editorial tweaks

git-svn-id: http://svn.whatwg.org/webapps@4410 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 7, 2009
1 parent a74c526 commit 43b5594
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions complete.html
Expand Up @@ -110,7 +110,7 @@

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 6 December 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 7 December 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -65838,11 +65838,7 @@ <h6 id=parsing-web-socket-urls><span class=secno>10.3.4.2.1 </span>Parsing Web S
<var title="">resource name</var>, and a <var title="">secure</var>
flag, or they fail.</p>

<ol><li><p>If <var title="">protocol</var> is specified but is either
the empty string or contains characters that are not in the range
U+0021 to U+007E, then fail this algorithm.</li>

<li><p>If the <var title="">url</var> string is not an
<ol><li><p>If the <var title="">url</var> string is not an
<a href=#absolute-url>absolute URL</a>, then fail this algorithm. <a href=#refsWEBADDRESSES>[WEBADDRESSES]</a></li>

<li>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -87,7 +87,7 @@
}
function load(script) {
var e = document.createElement('script');
e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
Expand All @@ -110,7 +110,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 6 December 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 7 December 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down
4 changes: 0 additions & 4 deletions source
Expand Up @@ -75092,10 +75092,6 @@ Frame type byte &lt;-------------------------------------.

<ol>

<li><p>If <var title="">protocol</var> is specified but is either
the empty string or contains characters that are not in the range
U+0021 to U+007E, then fail this algorithm.</p></li>

<li><p>If the <var title="">url</var> string is not an
<span>absolute URL</span>, then fail this algorithm. <a
href="#refsWEBADDRESSES">[WEBADDRESSES]</a></p></li>
Expand Down

0 comments on commit 43b5594

Please sign in to comment.