- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Mar 2010 09:01:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv20852
Modified Files:
Overview.html
Log Message:
First draft of possible change to the WebSocket handshake. Also, make the protocol and API be consistently called WebSocket. (whatwg r4814)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.html 1 Mar 2010 22:19:12 -0000 1.20
+++ Overview.html 2 Mar 2010 09:01:55 -0000 1.21
@@ -283,7 +283,7 @@
<h1>HTML5 Web Messaging</h1>
<h2 class="no-num no-toc" id="generatedID"></h2>
- <h2 class="no-num no-toc" id="editor-s-draft-1-march-2010">Editor's Draft 1 March 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-2-march-2010">Editor's Draft 2 March 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/postmsg/">http://www.w3.org/TR/postmsg/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -377,7 +377,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 1 March 2010 Editor's Draft.
+ This specification is the 2 March 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
specification</a> published by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a
license that permits reuse of the specification text.</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) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All
@@ -1231,10 +1231,10 @@
<dt id="refsWEBSOCKET">[WEBSOCKET]</dt>
<!--
- <dd><cite><a href="http://www.w3.org/TR/websockets/">The Web Sockets
+ <dd><cite><a href="http://www.w3.org/TR/websockets/">The WebSocket
API</a></cite>, I. Hickson. W3C.</dd>
-->
- <dd><cite><a href="http://dev.w3.org/html5/websockets/">The Web Sockets
+ <dd><cite><a href="http://dev.w3.org/html5/websockets/">The WebSocket
API</a></cite>, I. Hickson. W3C.</dd>
</dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5
Received on Tuesday, 2 March 2010 09:01:59 UTC