- From: Art Barstow via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Jul 2012 15:28:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets/publish In directory hutz:/tmp/cvs-serv14486 Added Files: LC-websockets-Aug-2012.html Log Message: This the August 2012 LCWD of the WebSocket API. The document is based on r1.273 and includes bug fixes for bugs 15829 and 16927 (the same fixes for both of these bugs were also included in the 24-May-2012 LCWD of this spec). This document also includes a patch from Julian Reschke for bug 12510 <http://lists.w3.org/Archives/Public/public-webapps/2012JulSep/att-0104/wsdiffs>. --- NEW FILE: LC-websockets-Aug-2012.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en-US-x-Hixie"><title>The WebSocket API</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } h4 { margin: 2.5em 0 0.75em 0; } h5, h6 { margin: 2.5em 0 1em; } h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; } h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; } p { margin: 1em 0; } hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; } dl, dd { margin-top: 0; margin-bottom: 0; } dt { margin-top: 0.75em; margin-bottom: 0.25em; clear: left; } dt + dt { margin-top: 0; } dd dt { margin-top: 0.25em; margin-bottom: 0; } dd p { margin-top: 0; } dd dl + p { margin-top: 1em; } dd table + p { margin-top: 1em; } p + * > li, dd li { margin: 1em 0; } dt, dfn { font-weight: bold; font-style: normal; } [...1317 lines suppressed...] <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> <dt id="refsUNICODE">[UNICODE]</dt> <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> <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> </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2> <p>For a full list of acknowledgements, please see the HTML specification. <a href="#refsHTML">[HTML]</a></p>
Received on Monday, 30 July 2012 15:28:10 UTC