html5/spec Overview.html,1.1581,1.1582

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26570

Modified Files:
	Overview.html 
Log Message:
WebSocket is cross-origin. (credit: ak) (whatwg r2410)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1581
retrieving revision 1.1582
diff -u -d -r1.1581 -r1.1582
--- Overview.html	17 Nov 2008 10:05:59 -0000	1.1581
+++ Overview.html	17 Nov 2008 10:13:08 -0000	1.1582
@@ -33866,7 +33866,7 @@
   mechanism of using unique domain names per connection, or by
   allowing the user to enable or disable the <code><a href=#the-eventsource-element>eventsource</a></code>
   functionality on a per-page basis.<h3 id=network><span class=secno>7.3 </span><dfn>Web sockets</dfn></h3><p>To enable Web applications to maintain bidirectional
-  communications with their originating server, this specification
+  communications with server-side processes, this specification
   introduces the <code><a href=#websocket>WebSocket</a></code> interface.<p class=note>This interface does not allow for raw access to the
   underlying network. For example, this interface could not be used to
   implement an IRC client without proxying messages through a custom

Received on Monday, 17 November 2008 10:13:26 UTC