Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Remove onshow
Browse files Browse the repository at this point in the history
(I think I'm right about this...)

The `onshow` event handler was part of `contextmenu` - which was never implemented.

See:

* #589
* whatwg/html#2860

Re #1215
  • Loading branch information
edent committed Mar 3, 2018
1 parent c6ab931 commit 8ede8cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions sections/attributes.include
Original file line number Diff line number Diff line change
Expand Up @@ -1317,12 +1317,6 @@ complicated than indicated in the table above.</small></p>
<td><a event for="global"><code>select</code></a> event handler</td>
<td><a>Event handler content attribute</a></td>
</tr>
<tr>
<th><code>onshow</code></th>
<td><a>HTML elements</a></td>
<td><a event for="global"><code>show</code></a> event handler</td>
<td><a>Event handler content attribute</a></td>
</tr>
<tr>
<th><code>onstalled</code></th>
<td><a>HTML elements</a></td>
Expand Down
1 change: 0 additions & 1 deletion sections/dom.include
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,6 @@
* {{GlobalEventHandlers/onseeked}}
* {{GlobalEventHandlers/onseeking}}
* {{GlobalEventHandlers/onselect}}
* {{GlobalEventHandlers/onshow}}
* {{GlobalEventHandlers/onstalled}}
* {{GlobalEventHandlers/onsubmit}}
* {{GlobalEventHandlers/onsuspend}}
Expand Down
2 changes: 0 additions & 2 deletions sections/webappapis.include
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,6 @@
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onseeked</code></dfn> <td> <code>seeked</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onseeking</code></dfn> <td> <code>seeking</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onselect</code></dfn> <td> <code>select</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onshow</code></dfn> <td> <code>show</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onstalled</code></dfn> <td> <code>stalled</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onsubmit</code></dfn> <td> <code>submit</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onsuspend</code></dfn> <td> <code>suspend</code>
Expand Down Expand Up @@ -2019,7 +2018,6 @@
attribute EventHandler onseeked;
attribute EventHandler onseeking;
attribute EventHandler onselect;
attribute EventHandler onshow;
attribute EventHandler onstalled;
attribute EventHandler onsubmit;
attribute EventHandler onsuspend;
Expand Down

0 comments on commit 8ede8cc

Please sign in to comment.