Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demix transition events from GlobalEventHandlers #18312

Merged
merged 1 commit into from
Jul 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@
/en-US/docs/DOM/Mozilla_event_reference/touchend /en-US/docs/Web/API/Document/touchend_event
/en-US/docs/DOM/Mozilla_event_reference/touchmove /en-US/docs/Web/API/Document/touchmove_event
/en-US/docs/DOM/Mozilla_event_reference/touchstart /en-US/docs/Web/API/Document/touchstart_event
/en-US/docs/DOM/Mozilla_event_reference/transitionend /en-US/docs/Web/API/HTMLElement/transitionend_event
/en-US/docs/DOM/Mozilla_event_reference/transitionend /en-US/docs/Web/API/Element/transitionend_event
/en-US/docs/DOM/Mozilla_event_reference/unload /en-US/docs/Web/API/Window/unload_event
/en-US/docs/DOM/Mozilla_event_reference/upgradeneeded_indexedDB /en-US/docs/Web/API/IDBOpenDBRequest/upgradeneeded_event
/en-US/docs/DOM/Mozilla_event_reference/versionchange_indexedDB /en-US/docs/Web/API/IDBDatabase/versionchange_event
Expand Down Expand Up @@ -6223,7 +6223,7 @@
/en-US/docs/Mozilla_event_reference/touchend /en-US/docs/Web/API/Document/touchend_event
/en-US/docs/Mozilla_event_reference/touchmove /en-US/docs/Web/API/Document/touchmove_event
/en-US/docs/Mozilla_event_reference/touchstart /en-US/docs/Web/API/Document/touchstart_event
/en-US/docs/Mozilla_event_reference/transitionend /en-US/docs/Web/API/HTMLElement/transitionend_event
/en-US/docs/Mozilla_event_reference/transitionend /en-US/docs/Web/API/Element/transitionend_event
/en-US/docs/Mozilla_event_reference/unload /en-US/docs/Web/API/Window/unload_event
/en-US/docs/Mozilla_event_reference/upgradeneeded_indexedDB /en-US/docs/Web/API/IDBOpenDBRequest/upgradeneeded_event
/en-US/docs/Mozilla_event_reference/versionchange_indexedDB /en-US/docs/Web/API/IDBDatabase/versionchange_event
Expand Down Expand Up @@ -7862,6 +7862,10 @@
/en-US/docs/Web/API/Document/onvisibilitychange /en-US/docs/Web/API/Document/visibilitychange_event
/en-US/docs/Web/API/Document/resourcetimingbufferfull_event /en-US/docs/Web/API/Performance/resourcetimingbufferfull_event
/en-US/docs/Web/API/Document/timeline/currentTime /en-US/docs/Web/API/AnimationTimeline/currentTime
/en-US/docs/Web/API/Document/transitioncancel_event /en-US/docs/Web/API/Element/transitioncancel_event
/en-US/docs/Web/API/Document/transitionend_event /en-US/docs/Web/API/Element/transitionend_event
/en-US/docs/Web/API/Document/transitionrun_event /en-US/docs/Web/API/Element/transitionrun_event
/en-US/docs/Web/API/Document/transitionstart_event /en-US/docs/Web/API/Element/transitionstart_event
/en-US/docs/Web/API/Document/wheel_event /en-US/docs/Web/API/Element/wheel_event
/en-US/docs/Web/API/DocumentFragment.DocumentFragment /en-US/docs/Web/API/DocumentFragment/DocumentFragment
/en-US/docs/Web/API/DocumentFragment.querySelector /en-US/docs/Web/API/DocumentFragment/querySelector
Expand Down Expand Up @@ -8192,6 +8196,8 @@
/en-US/docs/Web/API/GlobalEventHandlers/ontouchend /en-US/docs/Web/API/Element/touchend_event
/en-US/docs/Web/API/GlobalEventHandlers/ontouchmove /en-US/docs/Web/API/Element/touchmove_event
/en-US/docs/Web/API/GlobalEventHandlers/ontouchstart /en-US/docs/Web/API/Element/touchstart_event
/en-US/docs/Web/API/GlobalEventHandlers/ontransitioncancel /en-US/docs/Web/API/Element/transitioncancel_event
/en-US/docs/Web/API/GlobalEventHandlers/ontransitionend /en-US/docs/Web/API/Element/transitionend_event
/en-US/docs/Web/API/GlobalEventHandlers/onwheel /en-US/docs/Web/API/Element/wheel_event
/en-US/docs/Web/API/GlobalFetch/GlobalFetch.fetch() /en-US/docs/Web/API/fetch
/en-US/docs/Web/API/GlobalFetch/fetch /en-US/docs/Web/API/fetch
Expand Down Expand Up @@ -8288,6 +8294,10 @@
/en-US/docs/Web/API/HTMLElement/pointerout_event /en-US/docs/Web/API/Element/pointerout_event
/en-US/docs/Web/API/HTMLElement/pointerover_event /en-US/docs/Web/API/Element/pointerover_event
/en-US/docs/Web/API/HTMLElement/pointerup_event /en-US/docs/Web/API/Element/pointerup_event
/en-US/docs/Web/API/HTMLElement/transitioncancel_event /en-US/docs/Web/API/Element/transitioncancel_event
/en-US/docs/Web/API/HTMLElement/transitionend_event /en-US/docs/Web/API/Element/transitionend_event
/en-US/docs/Web/API/HTMLElement/transitionrun_event /en-US/docs/Web/API/Element/transitionrun_event
/en-US/docs/Web/API/HTMLElement/transitionstart_event /en-US/docs/Web/API/Element/transitionstart_event
/en-US/docs/Web/API/HTMLFormControlsCollection.namedItem /en-US/docs/Web/API/HTMLFormControlsCollection/namedItem
/en-US/docs/Web/API/HTMLFormElement.acceptCharset /en-US/docs/Web/API/HTMLFormElement/acceptCharset
/en-US/docs/Web/API/HTMLFormElement.action /en-US/docs/Web/API/HTMLFormElement/action
Expand Down Expand Up @@ -9894,6 +9904,10 @@
/en-US/docs/Web/API/Window/setInterval /en-US/docs/Web/API/setInterval
/en-US/docs/Web/API/Window/setTimeout /en-US/docs/Web/API/setTimeout
/en-US/docs/Web/API/Window/sidebar/Adding_search_engines_from_Web_pages /en-US/docs/Web/OpenSearch
/en-US/docs/Web/API/Window/transitioncancel_event /en-US/docs/Web/API/Element/transitioncancel_event
/en-US/docs/Web/API/Window/transitionend_event /en-US/docs/Web/API/Element/transitionend_event
/en-US/docs/Web/API/Window/transitionrun_event /en-US/docs/Web/API/Element/transitionrun_event
/en-US/docs/Web/API/Window/transitionstart_event /en-US/docs/Web/API/Element/transitionstart_event
/en-US/docs/Web/API/WindowBase64.atob /en-US/docs/Web/API/atob
/en-US/docs/Web/API/WindowBase64.btoa /en-US/docs/Web/API/btoa
/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding /en-US/docs/Glossary/Base64
Expand Down Expand Up @@ -11512,10 +11526,10 @@
/en-US/docs/Web/Events/touchmove /en-US/docs/Web/API/Document/touchmove_event
/en-US/docs/Web/Events/touchstart /en-US/docs/Web/API/Document/touchstart_event
/en-US/docs/Web/Events/track /en-US/docs/Web/API/RTCPeerConnection/track_event
/en-US/docs/Web/Events/transitioncancel /en-US/docs/Web/API/HTMLElement/transitioncancel_event
/en-US/docs/Web/Events/transitionend /en-US/docs/Web/API/HTMLElement/transitionend_event
/en-US/docs/Web/Events/transitionrun /en-US/docs/Web/API/HTMLElement/transitionrun_event
/en-US/docs/Web/Events/transitionstart /en-US/docs/Web/API/HTMLElement/transitionstart_event
/en-US/docs/Web/Events/transitioncancel /en-US/docs/Web/API/Element/transitioncancel_event
/en-US/docs/Web/Events/transitionend /en-US/docs/Web/API/Element/transitionend_event
/en-US/docs/Web/Events/transitionrun /en-US/docs/Web/API/Element/transitionrun_event
/en-US/docs/Web/Events/transitionstart /en-US/docs/Web/API/Element/transitionstart_event
/en-US/docs/Web/Events/unhandledrejection /en-US/docs/Web/API/Window/unhandledrejection_event
/en-US/docs/Web/Events/unload /en-US/docs/Web/API/Window/unload_event
/en-US/docs/Web/Events/unmute /en-US/docs/Web/API/MediaStreamTrack/unmute_event
Expand Down Expand Up @@ -12292,7 +12306,7 @@
/en-US/docs/Web/Reference/Events/touchend /en-US/docs/Web/API/Document/touchend_event
/en-US/docs/Web/Reference/Events/touchmove /en-US/docs/Web/API/Document/touchmove_event
/en-US/docs/Web/Reference/Events/touchstart /en-US/docs/Web/API/Document/touchstart_event
/en-US/docs/Web/Reference/Events/transitionend /en-US/docs/Web/API/HTMLElement/transitionend_event
/en-US/docs/Web/Reference/Events/transitionend /en-US/docs/Web/API/Element/transitionend_event
/en-US/docs/Web/Reference/Events/unload /en-US/docs/Web/API/Window/unload_event
/en-US/docs/Web/Reference/Events/upgradeneeded_indexedDB /en-US/docs/Web/API/IDBOpenDBRequest/upgradeneeded_event
/en-US/docs/Web/Reference/Events/versionchange_indexedDB /en-US/docs/Web/API/IDBDatabase/versionchange_event
Expand Down
230 changes: 70 additions & 160 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -36280,39 +36280,6 @@
"mfuji09"
]
},
"Web/API/Document/transitioncancel_event": {
"modified": "2020-10-15T22:15:16.592Z",
"contributors": [
"mfuji09",
"wbamberg",
"estelle"
]
},
"Web/API/Document/transitionend_event": {
"modified": "2020-10-15T22:15:15.236Z",
"contributors": [
"mfuji09",
"wbamberg",
"estelle"
]
},
"Web/API/Document/transitionrun_event": {
"modified": "2020-10-15T22:15:15.404Z",
"contributors": [
"mfuji09",
"sideshowbarker",
"wbamberg",
"estelle"
]
},
"Web/API/Document/transitionstart_event": {
"modified": "2020-10-15T22:15:13.071Z",
"contributors": [
"mfuji09",
"wbamberg",
"estelle"
]
},
"Web/API/Document/visibilityState": {
"modified": "2020-11-10T17:15:20.166Z",
"contributors": [
Expand Down Expand Up @@ -40352,6 +40319,76 @@
"Csson"
]
},
"Web/API/Element/transitioncancel_event": {
"modified": "2020-10-15T21:41:46.772Z",
"contributors": [
"mfuji09",
"mfluehr",
"wbamberg",
"estelle",
"teoli",
"chrisdavidmills",
"birtles",
"felipethome",
"rolfedh",
"fscholz",
"cvrebert"
]
},
"Web/API/Element/transitionend_event": {
"modified": "2020-10-15T21:19:51.584Z",
"contributors": [
"mfuji09",
"Konrud",
"wbamberg",
"estelle",
"mfluehr",
"fscholz",
"birtles",
"erikadoyle",
"Sheppy",
"cvrebert",
"Sebastianz",
"nicofrand",
"nchase",
"P0lip",
"tagawa",
"teoli",
"ethertank",
"louisremi"
]
},
"Web/API/Element/transitionrun_event": {
"modified": "2020-10-15T21:51:44.191Z",
"contributors": [
"mfuji09",
"sideshowbarker",
"Konrud",
"wbamberg",
"estelle",
"mfluehr",
"teoli",
"chrisdavidmills",
"birtles"
]
},
"Web/API/Element/transitionstart_event": {
"modified": "2020-10-15T21:41:42.585Z",
"contributors": [
"mfuji09",
"Konrud",
"wbamberg",
"estelle",
"mfluehr",
"teoli",
"birtles",
"chrisdavidmills",
"erikadoyle",
"rolfedh",
"fscholz",
"cvrebert"
]
},
"Web/API/Element/webkitmouseforcechanged_event": {
"modified": "2020-10-15T21:41:16.889Z",
"contributors": [
Expand Down Expand Up @@ -44410,30 +44447,6 @@
"Spocke"
]
},
"Web/API/GlobalEventHandlers/ontransitioncancel": {
"modified": "2020-12-12T15:52:56.127Z",
"contributors": [
"bershanskiy",
"mfuji09",
"sideshowbarker",
"mfluehr",
"fscholz",
"chrisdavidmills"
]
},
"Web/API/GlobalEventHandlers/ontransitionend": {
"modified": "2020-12-12T15:52:00.502Z",
"contributors": [
"bershanskiy",
"mfuji09",
"sideshowbarker",
"mfluehr",
"fscholz",
"oakgb",
"AutumnFish",
"Sheppy"
]
},
"Web/API/Gyroscope": {
"modified": "2020-10-15T22:08:47.425Z",
"contributors": [
Expand Down Expand Up @@ -46230,76 +46243,6 @@
"RodMcGuire"
]
},
"Web/API/HTMLElement/transitioncancel_event": {
"modified": "2020-10-15T21:41:46.772Z",
"contributors": [
"mfuji09",
"mfluehr",
"wbamberg",
"estelle",
"teoli",
"chrisdavidmills",
"birtles",
"felipethome",
"rolfedh",
"fscholz",
"cvrebert"
]
},
"Web/API/HTMLElement/transitionend_event": {
"modified": "2020-10-15T21:19:51.584Z",
"contributors": [
"mfuji09",
"Konrud",
"wbamberg",
"estelle",
"mfluehr",
"fscholz",
"birtles",
"erikadoyle",
"Sheppy",
"cvrebert",
"Sebastianz",
"nicofrand",
"nchase",
"P0lip",
"tagawa",
"teoli",
"ethertank",
"louisremi"
]
},
"Web/API/HTMLElement/transitionrun_event": {
"modified": "2020-10-15T21:51:44.191Z",
"contributors": [
"mfuji09",
"sideshowbarker",
"Konrud",
"wbamberg",
"estelle",
"mfluehr",
"teoli",
"chrisdavidmills",
"birtles"
]
},
"Web/API/HTMLElement/transitionstart_event": {
"modified": "2020-10-15T21:41:42.585Z",
"contributors": [
"mfuji09",
"Konrud",
"wbamberg",
"estelle",
"mfluehr",
"teoli",
"birtles",
"chrisdavidmills",
"erikadoyle",
"rolfedh",
"fscholz",
"cvrebert"
]
},
"Web/API/HTMLEmbedElement": {
"modified": "2020-11-04T21:11:11.752Z",
"contributors": [
Expand Down Expand Up @@ -83210,39 +83153,6 @@
"JesseW"
]
},
"Web/API/Window/transitioncancel_event": {
"modified": "2020-10-15T22:15:15.595Z",
"contributors": [
"mfuji09",
"wbamberg",
"estelle"
]
},
"Web/API/Window/transitionend_event": {
"modified": "2020-10-15T22:15:13.935Z",
"contributors": [
"mfuji09",
"wbamberg",
"estelle"
]
},
"Web/API/Window/transitionrun_event": {
"modified": "2020-10-15T22:15:09.669Z",
"contributors": [
"mfuji09",
"sideshowbarker",
"wbamberg",
"estelle"
]
},
"Web/API/Window/transitionstart_event": {
"modified": "2020-10-15T22:15:14.296Z",
"contributors": [
"mfuji09",
"wbamberg",
"estelle"
]
},
"Web/API/Window/unhandledrejection_event": {
"modified": "2020-10-15T21:44:32.636Z",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/51/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ tags:
### Events

- Firefox now supports the {{domxref("Element.onanimationstart", "onanimationstart")}}, {{domxref("Element.onanimationiteration", "onanimationiteration")}}, and {{domxref("Element.onanimationstart", "onanimationstart")}} event handlers, in addition to supporting the corresponding events using {{domxref("EventTarget.addEventListener", "addEventListener()")}} ({{bug(911987)}}).
- Firefox now supports the {{domxref("GlobalEventHandlers.ontransitionend", "ontransitionend")}} event handler ({{bug(911987)}}).
- Firefox now supports the {{domxref("Element.transitionend_event", "ontransitionend")}} event handler ({{bug(911987)}}).

### Security

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/53/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Firefox 53 was released on April 19, 2017. This article lists key changes that a
- The {{domxref("CompositionEvent.CompositionEvent", "CompositionEvent")}} constructor has been implemented (see {{bug(1002256)}}).
- The {{domxref("MouseEvent.x")}} and {{domxref("MouseEvent.y")}} aliases of {{domxref("MouseEvent.clientX")}}/{{domxref("MouseEvent.clientY")}} have been implemented (see {{bug(424390)}}).
- The {{domxref("Element/auxclick_event", "auxclick")}} event and corresponding event handler have been implemented (see {{bug(1304044)}}).
- The {{domxref("HTMLElement/transitioncancel_event", "transitioncancel")}} event is now fired after a [transition](/en-US/docs/Web/CSS/CSS_Transitions) is cancelled. See {{domxref("GlobalEventHandlers.ontransitioncancel")}} for more details and an example ({{bug("1264125")}}).
- The {{domxref("HTMLElement/transitioncancel_event", "transitioncancel")}} event is now fired after a [transition](/en-US/docs/Web/CSS/CSS_Transitions) is cancelled.

### DOM

Expand Down
Loading