[XSS] Updated HTML5 events.
This commit is contained in:
parent
861d38b654
commit
bb00cb8c8b
File diff suppressed because one or more lines are too long
|
@ -8,7 +8,6 @@ onanimationend
|
|||
onanimationiteration
|
||||
onanimationstart
|
||||
onAppCommand
|
||||
onappinstalled
|
||||
onaudioprocess
|
||||
onauxclick
|
||||
onbeforecopy
|
||||
|
@ -21,6 +20,7 @@ onbeforeunload
|
|||
onblocked
|
||||
onblur
|
||||
onbounce
|
||||
onboundschange
|
||||
onbroadcast
|
||||
onbufferedamountlow
|
||||
oncached
|
||||
|
@ -79,6 +79,7 @@ onfullscreenerror
|
|||
onget
|
||||
onhashchange
|
||||
oninput
|
||||
oninputsourceschange
|
||||
oninstall
|
||||
oninvalid
|
||||
onkeydown
|
||||
|
@ -151,11 +152,15 @@ onresize
|
|||
onscroll
|
||||
onselect
|
||||
onselectionchange
|
||||
onselectend
|
||||
onselectstart
|
||||
onset
|
||||
onshippingaddresschange
|
||||
onshippingoptionchange
|
||||
onshow
|
||||
onsqueeze
|
||||
onsqueezeend
|
||||
onsqueezestart
|
||||
onstatechange
|
||||
onstorage
|
||||
onsubmit
|
||||
|
@ -164,6 +169,7 @@ ontypechange
|
|||
onterminate
|
||||
ontext
|
||||
ontoggle
|
||||
ontonechange
|
||||
ontouchstart
|
||||
ontouchend
|
||||
ontouchmove
|
||||
|
@ -356,6 +362,7 @@ onupdate
|
|||
onupdateend
|
||||
onaddsourcebuffer
|
||||
onremovesourcebuffer
|
||||
onappinstalled
|
||||
onImageContentLoaded
|
||||
ona2dpstatuschanged
|
||||
onactivestatechanged
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue