html5/websockets Overview.html,1.11,1.12

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

Modified Files:
	Overview.html 
Log Message:
Define how the Window-magic event handler attributes like window.onload work. Tighten up the text around event handler attributes. (whatwg r2685)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.html	21 Jan 2009 09:09:31 -0000	1.11
+++ Overview.html	21 Jan 2009 11:08:14 -0000	1.12
@@ -257,9 +257,9 @@
   the server, or by a network error).<p class=note>No information regarding why the connection was
   closed is passed to the application in this version of this
   specification.<p>The <code title=event-message>message</code> event is fired
-  when when data is received for a connection.</p><hr><p>The following are the <span>event handler DOM attributes</span>
-  that must be supported by objects implementing the
-  <code><a href=#websocket>WebSocket</a></code> interface:<dl><dt><dfn id=handler-websocket-onopen title=handler-WebSocket-onopen><code>onopen</code></dfn></dt>
+  when when data is received for a connection.</p><hr><p>The following are the <span>event handler attributes</span> that
+  must be supported, as DOM attributes, by all objects implementing
+  the <code><a href=#websocket>WebSocket</a></code> interface:<dl><dt><dfn id=handler-websocket-onopen title=handler-WebSocket-onopen><code>onopen</code></dfn></dt>
 
    <dd><p>Must be invoked whenever an <code title=event-WebSocket-open><a href=#event-websocket-open>open</a></code> event is targeted at or
    bubbles through the <code><a href=#websocket>WebSocket</a></code> object.</dd>

Received on Wednesday, 21 January 2009 11:08:24 UTC