[XSS] Updated HTML5 events.

This commit is contained in:
hackademix 2020-04-16 19:51:52 +02:00
parent 861d38b654
commit bb00cb8c8b
3 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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