spec/Overview.html 1.2038 2867 WebSocket-Location should use ws: or wss

WebSocket-Location should use ws: or wss: (credit: wm) (whatwg r2867)

Headers processing: If there is not exactly one entry in the headers list whose name is "websocket-origin", or if there is not exactly one entry in the headers list whose name is "websocket-location", or if there are any entries in the headers list whose names are the empty string, then fail the Web Socket connection and abort these steps.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2038.html#ws-ua-headers-processing
W3C Working Draft 12 February 2009
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2038.html#w3c-working-draft-12-february-year
A vocabulary and associated APIs for HTML and XHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2038.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
Status of this document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2038.html#status-of-this-document

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2037&r2=1.2038&f=h
http://html5.org/tools/web-apps-tracker?from=2866&to=2867

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2037
retrieving revision 1.2038
diff -u -d -r1.2037 -r1.2038
--- Overview.html 24 Feb 2009 02:49:30 -0000 1.2037
+++ Overview.html 25 Feb 2009 02:16:49 -0000 1.2038
@@ -10,7 +10,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 24 February 2009 --><!--:ZZZ--></h2>
+   <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 25 February 2009 --><!--:ZZZ--></h2>
    <dl><!-- ZZZ: update the month/day (twice), uncomment out --><dt>This Version:</dt>
     <dd><a href=http://www.w3.org/TR/2009/WD-html5-20090212/>http://www.w3.org/TR/2009/WD-html5-20090212/</a></dd>
 <!-- :ZZZ -->
@@ -100,7 +100,7 @@
   track.
   <!--ZZZ:-->
   This specification is the 12 February 2009 Working Draft.
-  <!-- This specification is the 24 February 2009 Editor's Draft. -->
+  <!-- This specification is the 25 February 2009 Editor's Draft. -->
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -38050,7 +38050,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>

Received on Wednesday, 25 February 2009 02:20:59 UTC