- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Apr 2012 21:32:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory hutz:/tmp/cvs-serv5097 Modified Files: Overview.html Log Message: use the term 'isolated' instead of 'unpaired', for consistency. link to Unicode for completeness. (whatwg r7055) Index: Overview.html =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.259 retrieving revision 1.260 diff -u -d -r1.259 -r1.260 --- Overview.html 2 Apr 2012 21:15:37 -0000 1.259 +++ Overview.html 17 Apr 2012 21:32:30 -0000 1.260 @@ -216,7 +216,7 @@ <h1>The WebSocket API</h1> - <h2 class="no-num no-toc" id="editor-s-draft-2-april-2012">Editor's Draft 2 April 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-17-april-2012">Editor's Draft 17 April 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> @@ -352,7 +352,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 2 April 2012 Editor's Draft. + This specification is the 17 April 2012 Editor's Draft. </p> @@ -693,9 +693,9 @@ <code>InvalidAccessError</code> exception and abort these steps.</li> - <li><p>If the method's second argument has any unpaired surrogates, + <li><p>If the method's second argument has any isolated surrogates, then throw a <code>SyntaxError</code> exception and abort these - steps.</li> + steps. <a href="#refsUNICODE">[UNICODE]</a></li> <li><p>If the method's second argument is present, then let <var title="">reason</var> be the result of encoding that argument as UTF-8. If <var title="">reason</var> is longer than 123 bytes, then @@ -848,10 +848,10 @@ <dd> - <p>If the <var title="">data</var> argument has any unpaired + <p>If the <var title="">data</var> argument has any isolated surrogates, then throw a <code>SyntaxError</code> exception. If <i>the WebSocket connection is established</i>, and the string has - no unpaired surrogates, and <i title="the WebSocket closing + no isolated surrogates, and <i title="the WebSocket closing handshake is started">the WebSocket closing handshake has not yet started</i>, then the user agent must <i>send a WebSocket Message</i> comprised of <var title="">data</var> using a text @@ -861,7 +861,7 @@ invocation of this method with a string argument that does not throw an exception must increase the <code title="dom-WebSocket-bufferedAmount"><a href="#dom-websocket-bufferedamount">bufferedAmount</a></code> attribute by the number of bytes needed to express the argument as - UTF-8. <a href="#refsRFC3629">[RFC3629]</a> <a href="#refsWSP">[WSP]</a></p> + UTF-8. <a href="#refsUNICODE">[UNICODE]</a> <a href="#refsRFC3629">[RFC3629]</a> <a href="#refsWSP">[WSP]</a></p> </dd> @@ -1243,6 +1243,9 @@ <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
Received on Tuesday, 17 April 2012 21:32:39 UTC