- From: Art Barstow via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Jul 2012 15:19:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets/publish In directory hutz:/tmp/cvs-serv20603 Modified Files: CR-websockets-Aug-2012.html Log Message: Fix link typo Index: CR-websockets-Aug-2012.html =================================================================== RCS file: /sources/public/html5/websockets/publish/CR-websockets-Aug-2012.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CR-websockets-Aug-2012.html 19 Jul 2012 15:11:52 -0000 1.1 +++ CR-websockets-Aug-2012.html 19 Jul 2012 15:19:16 -0000 1.2 @@ -929,7 +929,7 @@ event types</a>) that must be supported, as IDL attributes, by all objects implementing the <code><a href="#websocket">WebSocket</a></code> interface:</p> - <table><thead><tr><th><span title="event handlers">Event handler</span> <th><a href="href=http://dev.w3.org/html5/spec/webappapis.html#event-handler-event-type">Event handler event type</a> + <table><thead><tr><th><span title="event handlers">Event handler</span> <th><a href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-event-type">Event handler event type</a> <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 Thursday, 19 July 2012 15:19:23 UTC