- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Feb 2012 00:20:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory hutz:/tmp/cvs-serv25877 Modified Files: Overview.html Log Message: Remove incorrect statement in non-normative prose. (whatwg r6977) Index: Overview.html =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.254 retrieving revision 1.255 diff -u -d -r1.254 -r1.255 --- Overview.html 28 Jan 2012 22:02:41 -0000 1.254 +++ Overview.html 8 Feb 2012 00:20:19 -0000 1.255 @@ -215,7 +215,7 @@ <h1>The WebSocket API</h1> - <h2 class="no-num no-toc" id="editor-s-draft-28-january-2012">Editor's Draft 28 January 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-8-february-2012">Editor's Draft 8 February 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/websockets/">http://www.w3.org/TR/websockets/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -320,10 +320,10 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 28 January 2012 Editor's Draft. + This specification is the 8 February 2012 Editor's Draft. <p>This specification is being developed in conjunction with an - Internet Draft for a wire protocol, the WebSocket Protocol, - available from the following location:<ul><li>WebSocket Protocol Internet-Draft: <a href="http://www.whatwg.org/specs/web-socket-protocol/">http://www.whatwg.org/specs/web-socket-protocol/</a></li> + RFC for a wire protocol, the WebSocket Protocol, + available from the following location:<ul><li>RFC 6455: The WebSocket Protocol: <a href="http://tools.ietf.org/html/rfc6455">http://tools.ietf.org/html/rfc6455</a></li> </ul><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables
Received on Wednesday, 8 February 2012 00:22:25 UTC