- From: CVS User ihickson <cvsmail@w3.org>
- Date: Thu, 24 Jan 2013 01:38:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory roscoe:/tmp/cvs-serv22817 Modified Files: Overview.html Log Message: Embrace the Encodings specification. (whatwg r7647) --- /sources/public/html5/websockets/Overview.html 2012/12/04 23:56:08 1.286 +++ /sources/public/html5/websockets/Overview.html 2013/01/24 01:38:55 1.287 @@ -216,7 +216,7 @@ <h1>The WebSocket API</h1> - <h2 class="no-num no-toc" id="editor-s-draft-4-december-2012">Editor's Draft 4 December 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-24-january-2013">Editor's Draft 24 January 2013</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> @@ -350,7 +350,7 @@ </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 4 December 2012 Editor's Draft. + This specification is the 24 January 2013 Editor's Draft. </p> @@ -1312,19 +1312,16 @@ <dd><cite><a href="http://dom.spec.whatwg.org/">DOM</a></cite>, A. van Kesteren, A. Gregor, Ms2ger. WHATWG.</dd> <dt id="refsFILEAPI">[FILEAPI]</dt> - <dd><cite><a href="http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.html">File - API</a></cite>, A. Ranganathan. W3C.</dd> + <dd><cite><a href="http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.html">File API</a></cite>, A. Ranganathan. W3C.</dd> <dt id="refsHTML">[HTML]</dt> <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, I. Hickson. WHATWG.</dd> <dt id="refsRFC2119">[RFC2119]</dt> - <dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in - RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> + <dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> <dt id="refsRFC3629">[RFC3629]</dt> - <dd><cite><a href="http://tools.ietf.org/html/rfc3629">UTF-8, a - transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd> + <dd><cite><a href="http://tools.ietf.org/html/rfc3629">UTF-8, a transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd> <dt id="refsTYPEDARRAY">[TYPEDARRAY]</dt> <dd><cite><a href="http://www.khronos.org/registry/typedarray/specs/latest/">Typed Array Specification</a></cite>, D. Herman, K. Russell. Khronos.</dd> @@ -1333,9 +1330,7 @@ <dd><cite><a href="http://www.unicode.org/versions/">The Unicode Standard</a></cite>. Unicode Consortium.</dd> <dt id="refsWEBIDL">[WEBIDL]</dt> - - <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web - IDL</a></cite>, C. McCormack. W3C.</dd> + <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web IDL</a></cite>, C. McCormack. W3C.</dd> <dt id="refsWSP">[WSP]</dt> <dd><cite><a href="http://tools.ietf.org/html/rfc6455">The WebSocket protocol</a></cite>, I. Fette, A. Melnikov. IETF.</dd>
Received on Thursday, 24 January 2013 01:38:57 UTC