diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 08:52:52 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 08:52:52 +0100 |
commit | cf4482199c5b92c5029b79c086cf9f831a87f895 (patch) | |
tree | c09d0a057e4f4ad10080d4ac487031e6f8292fc8 /dom/webidl | |
parent | c4730100294c28df0a170f47565ded7eebfaba49 (diff) | |
download | UXP-cf4482199c5b92c5029b79c086cf9f831a87f895.tar UXP-cf4482199c5b92c5029b79c086cf9f831a87f895.tar.gz UXP-cf4482199c5b92c5029b79c086cf9f831a87f895.tar.lz UXP-cf4482199c5b92c5029b79c086cf9f831a87f895.tar.xz UXP-cf4482199c5b92c5029b79c086cf9f831a87f895.zip |
Bug 1264125: Fire transitioncancel event when a transition is canceled - part 1 (in the description)
Issue #55
part 1 - Add transitioncancel event handler
part 2 - Add ontransitioncancel EventHandler to WebIDL
part 3 - Add member of active time to ComputedTiming
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 e65a75787..c76dfe211 100644 --- a/dom/webidl/EventHandler.webidl +++ b/dom/webidl/EventHandler.webidl @@ -131,6 +131,7 @@ interface GlobalEventHandlers { attribute EventHandler onanimationend; attribute EventHandler onanimationiteration; attribute EventHandler onanimationstart; + attribute EventHandler ontransitioncancel; attribute EventHandler ontransitionend; // We will ship transitionrun and transitionstart events // on Firefox 53. (For detail, see bug 1324985) |