Skip to content

Commit

Permalink
[e] (0) Typo in event index
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26007
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8662 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2014
1 parent 5a73840 commit 304a83c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -104064,7 +104064,7 @@ <h3 class=no-num id=events-0>Events</h3>
<tr><!-- close --><td> <dfn id=event-close title=event-close><code>close</code></dfn>
<td> <code><a href=#event>Event</a></code>
<td> <code><a href=#the-dialog-element>dialog</a></code> elements, <code><a href=#websocket>WebSocket</a></code>
<td> Fired at <code><a href=#the-dialog-element>dialog</a></code> elments when they are closed, and at <code><a href=#websocket>WebSocket</a></code> elements when the connection is terminated
<td> Fired at <code><a href=#the-dialog-element>dialog</a></code> elements when they are closed, and at <code><a href=#websocket>WebSocket</a></code> elements when the connection is terminated

<tr><!-- connect --><td> <dfn id=event-workerglobalscope-connect title=event-WorkerGlobalScope-connect><code>connect</code></dfn>
<td> <code><a href=#messageevent>MessageEvent</a></code>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -104064,7 +104064,7 @@ if (s = prompt('What is your name?')) {
<tr><!-- close --><td> <dfn id=event-close title=event-close><code>close</code></dfn>
<td> <code><a href=#event>Event</a></code>
<td> <code><a href=#the-dialog-element>dialog</a></code> elements, <code><a href=#websocket>WebSocket</a></code>
<td> Fired at <code><a href=#the-dialog-element>dialog</a></code> elments when they are closed, and at <code><a href=#websocket>WebSocket</a></code> elements when the connection is terminated
<td> Fired at <code><a href=#the-dialog-element>dialog</a></code> elements when they are closed, and at <code><a href=#websocket>WebSocket</a></code> elements when the connection is terminated

<tr><!-- connect --><td> <dfn id=event-workerglobalscope-connect title=event-WorkerGlobalScope-connect><code>connect</code></dfn>
<td> <code><a href=#messageevent>MessageEvent</a></code>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -115025,7 +115025,7 @@ if (s = prompt('What is your name?')) {
<td> <dfn data-x="event-close"><code>close</code></dfn>
<td> <code>Event</code>
<td> <code>dialog</code> elements, <code>WebSocket</code>
<td> Fired at <code>dialog</code> elments when they are closed, and at <code>WebSocket</code> elements when the connection is terminated
<td> Fired at <code>dialog</code> elements when they are closed, and at <code>WebSocket</code> elements when the connection is terminated

<tr> <!-- connect -->
<td> <dfn data-x="event-WorkerGlobalScope-connect"><code>connect</code></dfn>
Expand Down

0 comments on commit 304a83c

Please sign in to comment.