summaryrefslogtreecommitdiff
path: root/dom/webidl
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-06-18 11:11:26 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-06-18 11:11:26 +0200
commitf37dc404d82225aafedf4008a8eb93a4ccedfc08 (patch)
treeb6b31223ff822a44d5cebd40ba04c6c56c9a06b8 /dom/webidl
parente0c65273012da2b6581ac427e410dc9b4c023288 (diff)
downloadpalemoon-gre-f37dc404d82225aafedf4008a8eb93a4ccedfc08.tar.gz
UI Events (draft) - implement auxclick
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/EventHandler.webidl1
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;