summaryrefslogtreecommitdiffstats
path: root/dom/webidl/EventHandler.webidl
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-14 09:04:22 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-14 09:04:22 +0100
commit3a9cafda4dcbf860862347241515e730707f3581 (patch)
treeccce843e1df9c1d1ba8bf12a03397739888674f0 /dom/webidl/EventHandler.webidl
parentcf4482199c5b92c5029b79c086cf9f831a87f895 (diff)
downloadUXP-3a9cafda4dcbf860862347241515e730707f3581.tar
UXP-3a9cafda4dcbf860862347241515e730707f3581.tar.gz
UXP-3a9cafda4dcbf860862347241515e730707f3581.tar.lz
UXP-3a9cafda4dcbf860862347241515e730707f3581.tar.xz
UXP-3a9cafda4dcbf860862347241515e730707f3581.zip
Revert - Bug 1324985: Disable firing the transitionrun and transitionstart on Aurora 52
Issue #55
Diffstat (limited to 'dom/webidl/EventHandler.webidl')
-rw-r--r--dom/webidl/EventHandler.webidl6
1 files changed, 2 insertions, 4 deletions
diff --git a/dom/webidl/EventHandler.webidl b/dom/webidl/EventHandler.webidl
index c76dfe211..6691ca224 100644
--- a/dom/webidl/EventHandler.webidl
+++ b/dom/webidl/EventHandler.webidl
@@ -133,10 +133,8 @@ interface GlobalEventHandlers {
attribute EventHandler onanimationstart;
attribute EventHandler ontransitioncancel;
attribute EventHandler ontransitionend;
- // We will ship transitionrun and transitionstart events
- // on Firefox 53. (For detail, see bug 1324985)
-// attribute EventHandler ontransitionrun;
-// attribute EventHandler ontransitionstart;
+ attribute EventHandler ontransitionrun;
+ attribute EventHandler ontransitionstart;
// CSS-Animation and CSS-Transition legacy handlers.
// This handler isn't standard.