Skip to content

Commit 361207c

Browse files
a1626domenic
authored andcommitted
Remove "onhide" from obsolete attributes
Fixes whatwg#2860. "onhide" was never an attribute in the first place. This reference to it was erroneously introduced in e7e8c88.
1 parent cdc5273 commit 361207c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113226,7 +113226,6 @@ if (s = prompt('What is your name?')) {
113226113226
<dt><dfn><code data-x="attr-menu-label">label</code></dfn> on <code>menu</code> elements</dt>
113227113227
<dt><dfn><code data-x="attr-contextmenu">contextmenu</code></dfn> on all elements</dt>
113228113228
<dt><dfn><code data-x="handler-onshow">onshow</code></dfn> on all elements</dt>
113229-
<dt><dfn><code data-x="handler-onhide">onhide</code></dfn> on all elements</dt>
113230113229
<dd><p>To implement a custom context menu, use script to handle the <code
113231113230
data-x="event-contextmenu">contextmenu</code> event.</p></dd>
113232113231

0 commit comments

Comments
 (0)