diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 11:45:38 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 11:45:38 +0100 |
commit | aade91b13a50ee4f246016fa8d8d1561f58f80ee (patch) | |
tree | 5deac61e124e06478040bedfbb1784b68fc8cc97 /dom/webidl | |
parent | dcc00ffadf64270b0ae82431f5b71c527590e91b (diff) | |
download | uxp-aade91b13a50ee4f246016fa8d8d1561f58f80ee.tar.gz |
moebius#89: DOM - implement animationcancel event
Issue #55
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 6691ca224c..306372ff11 100644 --- a/dom/webidl/EventHandler.webidl +++ b/dom/webidl/EventHandler.webidl @@ -128,6 +128,7 @@ interface GlobalEventHandlers { attribute EventHandler onmozpointerlockerror; // CSS-Animation and CSS-Transition handlers. + attribute EventHandler onanimationcancel; attribute EventHandler onanimationend; attribute EventHandler onanimationiteration; attribute EventHandler onanimationstart; |