diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-06-18 11:11:26 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-06-18 11:11:26 +0200 |
commit | f37dc404d82225aafedf4008a8eb93a4ccedfc08 (patch) | |
tree | b6b31223ff822a44d5cebd40ba04c6c56c9a06b8 /dom/webidl | |
parent | e0c65273012da2b6581ac427e410dc9b4c023288 (diff) | |
download | palemoon-gre-f37dc404d82225aafedf4008a8eb93a4ccedfc08.tar.gz |
UI Events (draft) - implement auxclick
Diffstat (limited to 'dom/webidl')
-rw-r--r-- | dom/webidl/EventHandler.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/webidl/EventHandler.webidl b/dom/webidl/EventHandler.webidl index 63cf2749d..721aff3d2 100644 --- a/dom/webidl/EventHandler.webidl +++ b/dom/webidl/EventHandler.webidl @@ -33,6 +33,7 @@ interface GlobalEventHandlers { // attribute OnErrorEventHandler onerror; attribute EventHandler onfocus; //(Not implemented)attribute EventHandler oncancel; + attribute EventHandler onauxclick; attribute EventHandler oncanplay; attribute EventHandler oncanplaythrough; attribute EventHandler onchange; |