html5/websockets Overview.html,1.261,1.262

Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv19240

Modified Files:
	Overview.html 
Log Message:
update abstract as suggested

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- Overview.html	24 Apr 2012 21:25:23 -0000	1.261
+++ Overview.html	2 May 2012 19:46:32 -0000	1.262
@@ -216,7 +216,7 @@
 
    <h1>The WebSocket API</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-24-april-2012">Editor's Draft 24 April 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-2-may-2012">Editor's Draft 2 May 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>
@@ -252,8 +252,8 @@
   <hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2>
 
   <p>This specification defines an API that enables Web pages to use
-  the WebSocket protocol for two-way communication with a remote
-  host.</p>
+  the WebSocket protocol (defined by the IETF) for two-way
+  communication with a remote host.</p>
 
   <h2 class="no-num no-toc" id="status-of-this-document">Status of This document</h2>
 
@@ -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 24 April 2012 Editor's Draft.
+  This specification is the 2 May 2012 Editor's Draft.
   </p>
 
 

Received on Wednesday, 2 May 2012 19:46:38 UTC