Add nonce and all global events

This commit is contained in:
confused-Techie 2023-03-25 21:19:22 -07:00
parent 4368ba1c23
commit fa8acd4f77
2 changed files with 182 additions and 0 deletions

View File

@ -13502,9 +13502,27 @@
"onabort": {
"global": "true"
},
"onauxclick": {
"global": "true"
},
"onbeforematch": {
"global": "true"
},
"onblur": {
"global": "true"
},
"oncancel": {
"global": "true"
},
"onclose": {
"global": "true"
},
"oncontextlost": {
"global": "true"
},
"oncontextrestored": {
"global": "true"
},
"oncanplay": {
"global": "true"
},
@ -13562,6 +13580,9 @@
"onfocus": {
"global": "true"
},
"onformdata": {
"global": "true"
},
"oninput": {
"global": "true"
},
@ -13607,6 +13628,12 @@
"onmousewheel": {
"global": "true"
},
"onmouseenter": {
"global": "true"
},
"onmouseleave": {
"global": "true"
},
"onpause": {
"global": "true"
},
@ -13628,6 +13655,9 @@
"onreset": {
"global": "true"
},
"onresize": {
"global": "true"
},
"onscroll": {
"global": "true"
},
@ -13640,9 +13670,15 @@
"onselect": {
"global": "true"
},
"onsecuritypolicyviolation": {
"global": "true"
},
"onshow": {
"global": "true"
},
"onslotchange": {
"global": "true"
},
"onstalled": {
"global": "true"
},
@ -13655,12 +13691,63 @@
"ontimeupdate": {
"global": "true"
},
"ontoggle": {
"global": "true"
},
"onvolumechange": {
"global": "true"
},
"onwaiting": {
"global": "true"
},
"onwebkitanimationend": {
"global": "true"
},
"onwebkitanimationiteration": {
"global": "true"
},
"onwebkitanimationstart": {
"global": "true"
},
"onwebkittransitionend": {
"global": "true"
},
"onwheel": {
"global": "true"
},
"ongotpointercapture": {
"global": "true"
},
"onlostpointercapture": {
"global": "true"
},
"onpointerdown": {
"global": "true"
},
"onpointermove": {
"global": "true"
},
"onpointerrawupdate": {
"global": "true"
},
"onpointerup": {
"global": "true"
},
"onpointercancel": {
"global": "true"
},
"onpointerover": {
"global": "true"
},
"onpointerout": {
"global": "true"
},
"onpointerenter": {
"global": "true"
},
"onpointerleave": {
"global": "true"
},
"aria-autocomplete": {
"attribOption": [
"inline",
@ -14443,6 +14530,10 @@
"soft"
]
},
"nonce": {
"global": "true",
"description": "A content attribute defining a cryptographic 'number used once'."
},
"xml:lang": {},
"xmlns": {}
}

View File

@ -291,9 +291,27 @@
"onabort": {
"global": "true"
},
"onauxclick": {
"global": "true"
},
"onbeforematch": {
"global": "true"
},
"onblur": {
"global": "true"
},
"oncancel": {
"global": "true"
},
"onclose": {
"global": "true"
},
"oncontextlost": {
"global": "true"
},
"oncontextrestored": {
"global": "true"
},
"oncanplay": {
"global": "true"
},
@ -351,6 +369,9 @@
"onfocus": {
"global": "true"
},
"onformdata": {
"global": "true"
},
"oninput": {
"global": "true"
},
@ -396,6 +417,12 @@
"onmousewheel": {
"global": "true"
},
"onmouseenter": {
"global": "true"
},
"onmouseleave": {
"global": "true"
},
"onpause": {
"global": "true"
},
@ -417,6 +444,9 @@
"onreset": {
"global": "true"
},
"onresize": {
"global": "true"
},
"onscroll": {
"global": "true"
},
@ -429,9 +459,15 @@
"onselect": {
"global": "true"
},
"onsecuritypolicyviolation": {
"global": "true"
},
"onshow": {
"global": "true"
},
"onslotchange": {
"global": "true"
},
"onstalled": {
"global": "true"
},
@ -444,12 +480,63 @@
"ontimeupdate": {
"global": "true"
},
"ontoggle": {
"global": "true"
},
"onvolumechange": {
"global": "true"
},
"onwaiting": {
"global": "true"
},
"onwebkitanimationend": {
"global": "true"
},
"onwebkitanimationiteration": {
"global": "true"
},
"onwebkitanimationstart": {
"global": "true"
},
"onwebkittransitionend": {
"global": "true"
},
"onwheel": {
"global": "true"
},
"ongotpointercapture": {
"global": "true"
},
"onlostpointercapture": {
"global": "true"
},
"onpointerdown": {
"global": "true"
},
"onpointermove": {
"global": "true"
},
"onpointerrawupdate": {
"global": "true"
},
"onpointerup": {
"global": "true"
},
"onpointercancel": {
"global": "true"
},
"onpointerover": {
"global": "true"
},
"onpointerout": {
"global": "true"
},
"onpointerenter": {
"global": "true"
},
"onpointerleave": {
"global": "true"
},
"aria-autocomplete": {
"attribOption": [
"inline",
@ -1232,6 +1319,10 @@
"soft"
]
},
"nonce": {
"global": "true",
"description": "A content attribute defining a cryptographic 'number used once'."
},
"xml:lang": {},
"xmlns": {}
}