- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Jul 2008 09:03:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22272 Modified Files: Overview.html Log Message: onclose: Event name was inconsistent with event attribute handler name. (whatwg r1842) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1030 retrieving revision 1.1031 diff -u -d -r1.1030 -r1.1031 --- Overview.html 3 Jul 2008 09:01:54 -0000 1.1030 +++ Overview.html 3 Jul 2008 09:03:51 -0000 1.1031 @@ -41386,7 +41386,7 @@ // networking attribute EventListener <a href="#onopen" title=handler-WebSocket-onopen>onopen</a>; attribute EventListener <a href="#onread" title=handler-WebSocket-onread>onread</a>; - attribute EventListener <a href="#onclosed" title=handler-WebSocket-onclosed>onclosed</a>; + attribute EventListener <span title=handler-WebSocket-onclosed>onclosed</span>; void <a href="#senddata" title=dom-WebSocket-send>send</a>(in DOMString data); void <a href="#disconnect" title=dom-WebSocket-disconnect>disconnect</a>(); };</pre> @@ -41542,8 +41542,8 @@ href="#read">read</a></code> event is targeted at or bubbles through the <code><a href="#websocket0">WebSocket</a></code> object. - <dt><dfn id=onclosed - title=handler-WebSocket-onclosed><code>onclosed</code></dfn> + <dt><dfn id=onclose + title=handler-WebSocket-onclose><code>onclose</code></dfn> <dd> <p>Must be invoked whenever an <code title=event-WebSocket-close><a
Received on Thursday, 3 July 2008 09:04:32 UTC