html5/websockets Overview.html,1.244,1.245

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

Modified Files:
	Overview.html 
Log Message:
Add onaddtrack to all the TrackList interfaces. Also, make the text that introduces event handler IDL attributes more consistent across the spec. (whatwg r6607)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -d -r1.244 -r1.245
--- Overview.html	30 Sep 2011 00:24:58 -0000	1.244
+++ Overview.html	30 Sep 2011 23:14:59 -0000	1.245
@@ -776,9 +776,10 @@
 
    </dd>
 
-  </dl><hr><p>The following are the <span>event handlers</span> that must be
-  supported, as IDL attributes, by all objects implementing the
-  <code><a href="#websocket">WebSocket</a></code> interface:<table><thead><tr><th><span title="event handlers">Event handler</span> <th><span>Event handler event type</span>
+  </dl><hr><p>The following are the <span>event handlers</span> (and their
+  corresponding <span title="event handler event type">event handler
+  event types</span>) that must be supported, as IDL attributes, by
+  all objects implementing the <code><a href="#websocket">WebSocket</a></code> interface:<table><thead><tr><th><span title="event handlers">Event handler</span> <th><span>Event handler event type</span>
    <tbody><tr><td><dfn id="handler-websocket-onopen" title="handler-WebSocket-onopen"><code>onopen</code></dfn> <td> <code title="event-open">open</code>
     <tr><td><dfn id="handler-websocket-onmessage" title="handler-WebSocket-onmessage"><code>onmessage</code></dfn> <td> <code title="event-message">message</code>
     <tr><td><dfn id="handler-websocket-onerror" title="handler-WebSocket-onerror"><code>onerror</code></dfn> <td> <code title="event-error">error</code>

Received on Friday, 30 September 2011 23:15:02 UTC