diff --git a/packages/autocomplete-html/completions.json b/packages/autocomplete-html/completions.json index 196921cc2..5438c729d 100644 --- a/packages/autocomplete-html/completions.json +++ b/packages/autocomplete-html/completions.json @@ -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": {} } diff --git a/packages/autocomplete-html/update/curated-attributes.json b/packages/autocomplete-html/update/curated-attributes.json index 038e653e3..cdc7499e3 100644 --- a/packages/autocomplete-html/update/curated-attributes.json +++ b/packages/autocomplete-html/update/curated-attributes.json @@ -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": {} }