- From: poot <cvsmail@w3.org>
- Date: Fri, 30 Sep 2011 19:15:11 -0400
- To: public-html-diffs@w3.org
websocket; hixie: Add onaddtrack to all the TrackList interfaces. Also, make the text that introduces event handler IDL attributes more consistent across the spec. (whatwg r6607) http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.244&r2=1.245&f=h http://html5.org/tools/web-apps-tracker?from=6606&to=6607 =================================================================== 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:12 UTC