- From: CVS User ihickson <cvsmail@w3.org>
- Date: Fri, 19 Apr 2013 23:53:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory roscoe:/tmp/cvs-serv29820 Modified Files: Overview.html Log Message: Typos and the like, all found by Michael Dyck -- Thanks! (whatwg r7843) --- /sources/public/html5/websockets/Overview.html 2013/04/14 23:15:33 1.297 +++ /sources/public/html5/websockets/Overview.html 2013/04/19 23:53:50 1.298 @@ -216,7 +216,7 @@ <h1>The WebSocket API</h1> - <h2 class="no-num no-toc" id="editor-s-draft-14-april-2013">Editor's Draft 14 April 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-19-april-2013">Editor's Draft 19 April 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 14 April 2013 Editor's Draft. + This specification is the 19 April 2013 Editor's Draft. </p> @@ -584,8 +584,8 @@ serialization</span> of the <span>origin</span> of the <span>entry script</span>, <span>converted to ASCII lowercase</span>.</li> - <li><p>Return a new <code><a href="#websocket">WebSocket</a></code> object, and continue these steps in the background - (without blocking scripts).</li> + <li><p>Return a new <code><a href="#websocket">WebSocket</a></code> object, but continue these steps + asynchronously.</li> <li>
Received on Friday, 19 April 2013 23:53:51 UTC