Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) WebSocket-Location should use ws: or wss: (credit: wm)
git-svn-id: http://svn.whatwg.org/webapps@2867 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 25, 2009
1 parent 8db5528 commit abf7c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -37,7 +37,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 24 February 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 25 February 2009</h2>
<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>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -46781,7 +46781,7 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
the following components in the same order, then <a href=#fail-the-web-socket-connection>fail the
Web Socket connection</a> and abort these steps:</p>

<ol><li>The string "<code title="">http</code>" if <var title="">secure</var> is false and "<code title="">https</code>" if <var title="">secure</var> is
<ol><li>The string "<code title="">ws</code>" if <var title="">secure</var> is false and "<code title="">wss</code>" if <var title="">secure</var> is
true</li>

<li>The three characters "<code title="">://</code>".</li>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -53423,9 +53423,9 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>

<ol>

<li>The string "<code title="">http</code>" if <var
<li>The string "<code title="">ws</code>" if <var
title="">secure</var> is false and "<code
title="">https</code>" if <var title="">secure</var> is
title="">wss</code>" if <var title="">secure</var> is
true</li>

<li>The three characters "<code title="">://</code>".</li>
Expand Down

0 comments on commit abf7c32

Please sign in to comment.