[html5] r2867 - [] (0) WebSocket-Location should use ws: or wss: (credit: wm)
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 24 18:16:45 PST 2009
Author: ianh
Date: 2009-02-24 18:16:44 -0800 (Tue, 24 Feb 2009)
New Revision: 2867
Modified:
index
source
Log:
[] (0) WebSocket-Location should use ws: or wss: (credit: wm)
Modified: index
===================================================================
--- index 2009-02-24 02:49:25 UTC (rev 2866)
+++ index 2009-02-25 02:16:44 UTC (rev 2867)
@@ -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-—-date:-01-jan-1901>Draft Recommendation — 24 February 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 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>
@@ -46781,7 +46781,7 @@
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>
Modified: source
===================================================================
--- source 2009-02-24 02:49:25 UTC (rev 2866)
+++ source 2009-02-25 02:16:44 UTC (rev 2867)
@@ -53423,9 +53423,9 @@
<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>
More information about the Commit-Watchers
mailing list