- From: poot <cvsmail@w3.org>
- Date: Thu, 3 Jul 2008 18:06:24 +0900 (JST)
- To: public-html-diffs@w3.org
onclose: Event name was inconsistent with event attribute handler name. (whatwg r1842) (changed by: Ian Hickson) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1031.html#websocket0 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1031.html#onread Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#websocket0 http://dev.w3.org/html5/spec/Overview.html#onread Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#websocket0 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#onread Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1030&r2=1.1031&f=h http://html5.org/tools/web-apps-tracker?from=1841&to=1842 =================================================================== 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:07:04 UTC