websockets/Overview.html 1.12 2685 Define how the Window-magic event ha

Define how the Window-magic event handler attributes like window.onload
work. Tighten up the text around event handler attributes. (whatwg
r2685)

close
http://people.w3.org/mike/diffs/html5/websockets/Overview.1.12.html#event-websocket-close
onopen
http://people.w3.org/mike/diffs/html5/websockets/Overview.1.12.html#handler-websocket-onopen

http://people.w3.org/mike/diffs/html5/websockets/Overview.diff.html
http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.11&r2=1.12&f=h
http://html5.org/tools/web-apps-tracker?from=2684&to=2685

===================================================================
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:09:47 UTC