Skip to content

Commit

Permalink
[] (0) onclose: Event name was inconsistent with event attribute hand…
Browse files Browse the repository at this point in the history
…ler name.

git-svn-id: http://svn.whatwg.org/webapps@1842 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 3, 2008
1 parent 3b2d383 commit 557eee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -41282,7 +41282,7 @@ data:&nbsp;test</pre>
// 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>
Expand Down Expand Up @@ -41438,8 +41438,8 @@ data:&nbsp;test</pre>
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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -39000,7 +39000,7 @@ data:&nbsp;test</pre>
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
Expand Down

0 comments on commit 557eee3

Please sign in to comment.