html5/pubnotes Overview.src.html,1.300,1.301

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv23654

Modified Files:
	Overview.src.html 
Log Message:
updated intro to "Communication" section


Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- Overview.src.html	9 Jul 2008 20:37:41 -0000	1.300
+++ Overview.src.html	9 Jul 2008 20:51:08 -0000	1.301
@@ -1203,9 +1203,12 @@
           “cross-document messaging”). This section defines APIs for
           enabling those classes of communication; specifically,
           APIs for cross-document messaging, for server-sent DOM
-          events, and for network connections — as well as providing
-          the interface definitions for messages sent in
-          cross-document messaging and server-sent DOM events.</p>
+          events, and for so-called “Web Sockets” (for enabling
+          Web applications to maintain bidirectional
+          communications with their originating server) — as well
+          as providing the interface definitions for messages sent
+          in cross-document messaging and server-sent DOM
+          events.</p>
           <section id=server-sent-events_wd2>
             <h2>Section 7.2, Server-sent DOM events</h2>
             <p>This section describes a mechanism for allowing

Received on Wednesday, 9 July 2008 20:51:44 UTC