mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Event dispatch rewritten to resemble spec more often, activate on clicks better
This commit is contained in:
parent
ed9b584344
commit
01aba1fcc4
29 changed files with 466 additions and 556 deletions
|
@ -2,6 +2,9 @@ DOMContentLoaded
|
|||
abort
|
||||
activate
|
||||
addtrack
|
||||
animationend
|
||||
animationiteration
|
||||
animationstart
|
||||
beforeunload
|
||||
button
|
||||
canplay
|
||||
|
@ -132,5 +135,9 @@ visibilitychange
|
|||
volumechange
|
||||
waiting
|
||||
webglcontextcreationerror
|
||||
webkitAnimationEnd
|
||||
webkitAnimationIteration
|
||||
webkitAnimationStart
|
||||
webkitTransitionEnd
|
||||
week
|
||||
width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue