[html5] r1842 - [] (0) onclose: Event name was inconsistent with event attribute handler name.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 3 02:03:18 PDT 2008
Author: ianh
Date: 2008-07-03 02:03:17 -0700 (Thu, 03 Jul 2008)
New Revision: 1842
Modified:
index
source
Log:
[] (0) onclose: Event name was inconsistent with event attribute handler name.
Modified: index
===================================================================
--- index 2008-07-03 09:01:50 UTC (rev 1841)
+++ index 2008-07-03 09:03:17 UTC (rev 1842)
@@ -41282,7 +41282,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>
@@ -41438,8 +41438,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
Modified: source
===================================================================
--- source 2008-07-03 09:01:50 UTC (rev 1841)
+++ source 2008-07-03 09:03:17 UTC (rev 1842)
@@ -39000,7 +39000,7 @@
title="event-WebSocket-read">read</code> event is targeted at or
bubbles through the <code>WebSocket</code> object.</p></dd>
- <dt><dfn title="handler-WebSocket-onclosed"><code>onclosed</code></dfn></dt>
+ <dt><dfn title="handler-WebSocket-onclose"><code>onclose</code></dfn></dt>
<dd><p>Must be invoked whenever an <code
title="event-WebSocket-close">close</code> event is targeted at or
More information about the Commit-Watchers
mailing list