diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 09:04:22 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 09:04:22 +0100 |
commit | 44c76e644f8e6230c16c8e4c83bfec2d08831d11 (patch) | |
tree | ccce843e1df9c1d1ba8bf12a03397739888674f0 /dom/webidl/EventHandler.webidl | |
parent | 26b8649e9b9c713c77d4219ffba9fb9ae100362b (diff) | |
download | uxp-44c76e644f8e6230c16c8e4c83bfec2d08831d11.tar.gz |
Revert - Bug 1324985: Disable firing the transitionrun and transitionstart on Aurora 52
Issue mcp-graveyard/UXP#55
Diffstat (limited to 'dom/webidl/EventHandler.webidl')
-rw-r--r-- | dom/webidl/EventHandler.webidl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dom/webidl/EventHandler.webidl b/dom/webidl/EventHandler.webidl index c76dfe211f..6691ca224c 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. |