mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add support for remaining animation and transition events
Fixes #21564.
This commit is contained in:
parent
47642e0eee
commit
77aa3721c5
28 changed files with 493 additions and 68 deletions
|
@ -2,6 +2,7 @@ DOMContentLoaded
|
|||
abort
|
||||
activate
|
||||
addtrack
|
||||
animationcancel
|
||||
animationend
|
||||
animationiteration
|
||||
animationstart
|
||||
|
@ -132,6 +133,7 @@ track
|
|||
transitioncancel
|
||||
transitionend
|
||||
transitionrun
|
||||
transitionstart
|
||||
unhandledrejection
|
||||
unload
|
||||
url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue