- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 06 Feb 2013 21:05:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory roscoe:/tmp/cvs-serv13193 Modified Files: Overview.html Log Message: Clarify (whatwg r7698) --- /sources/public/html5/websockets/Overview.html 2013/02/05 22:23:51 1.289 +++ /sources/public/html5/websockets/Overview.html 2013/02/06 21:05:24 1.290 @@ -216,7 +216,7 @@ <h1>The WebSocket API</h1> - <h2 class="no-num no-toc" id="editor-s-draft-5-february-2013">Editor's Draft 5 February 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-6-february-2013">Editor's Draft 6 February 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 5 February 2013 Editor's Draft. + This specification is the 6 February 2013 Editor's Draft. </p> @@ -687,8 +687,9 @@ <p>The <dfn id="dom-websocket-close" title="dom-WebSocket-close"><code>close()</code></dfn> method must run the following steps:</p> - <ol><li><p>If the method's first argument is present but is not an - integer equal to 1000 or in the range 3000 to 4999, throw an + + <ol><li><p>If the method's first argument is present but is neither an + integer equal to 1000 nor an integer in the range 3000 to 4999, throw an <code>InvalidAccessError</code> exception and abort these steps.</li>
Received on Wednesday, 6 February 2013 21:05:25 UTC