diff --git a/packages/runtime-tags/tags-html.d.ts b/packages/runtime-tags/tags-html.d.ts index 42b58810c..97c2fc08c 100644 --- a/packages/runtime-tags/tags-html.d.ts +++ b/packages/runtime-tags/tags-html.d.ts @@ -382,36 +382,36 @@ declare global { * Fires after printing the document. * @see https://html.spec.whatwg.org/multipage/indices.html#event-afterprint */ - onAfterprint?: AttrEventHandler; - "on-afterprint"?: this["onAfterprint"]; + onAfterPrint?: AttrEventHandler; + "on-afterprint"?: this["onAfterPrint"]; /** * Fires before printing the document. * @see https://html.spec.whatwg.org/multipage/indices.html#event-beforeprint */ - onBeforeprint?: AttrEventHandler; - "on-beforeprint"?: this["onBeforeprint"]; + onBeforePrint?: AttrEventHandler; + "on-beforeprint"?: this["onBeforePrint"]; /** * Fired when the page is about to be unloaded, in case the page would like to show a warning prompt. * @see https://html.spec.whatwg.org/multipage/indices.html#event-beforeunload */ - onBeforeunload?: AttrEventHandler; - "on-beforeunload"?: this["onBeforeunload"]; + onBeforeUnload?: AttrEventHandler; + "on-beforeunload"?: this["onBeforeUnload"]; /** * Fired when the fragment part of the document's URL changes. * @see https://html.spec.whatwg.org/multipage/indices.html#event-hashchange */ - onHashchange?: AttrEventHandler; - "on-hashchange"?: this["onHashchange"]; + onHashChange?: AttrEventHandler; + "on-hashchange"?: this["onHashChange"]; /** * Fired when the user's preferred languages change. * @see https://html.spec.whatwg.org/multipage/indices.html#event-languagechange */ - onLanguagechange?: AttrEventHandler; - "on-languagechange"?: this["onLanguagechange"]; + onLanguageChange?: AttrEventHandler; + "on-languagechange"?: this["onLanguageChange"]; /** * Fired when the window receives a message. @@ -424,8 +424,8 @@ declare global { * Fired when the window receives an error message. * @see https://html.spec.whatwg.org/multipage/indices.html#event-messageerror */ - onMessageerror?: AttrEventHandler; - "on-messageerror"?: this["onMessageerror"]; + onMessageError?: AttrEventHandler; + "on-messageerror"?: this["onMessageError"]; /** * Fired when the network connection is lost. @@ -445,29 +445,29 @@ declare global { * Fired when the page's session history entry stops being the active entry. * @see https://html.spec.whatwg.org/multipage/indices.html#event-pagehide */ - onPagehide?: AttrEventHandler; - "on-pagehide"?: this["onPagehide"]; + onPageHide?: AttrEventHandler; + "on-pagehide"?: this["onPageHide"]; /** * Fired when the page's session history entry becomes the active entry. * @see https://html.spec.whatwg.org/multipage/indices.html#event-pageshow */ - onPageshow?: AttrEventHandler; - "on-pageshow"?: this["onPageshow"]; + onPageShow?: AttrEventHandler; + "on-pageshow"?: this["onPageShow"]; /** * Fired when the window's session history is popped. * @see https://html.spec.whatwg.org/multipage/indices.html#event-popstate */ - onPopstate?: AttrEventHandler; - "on-popstate"?: this["onPopstate"]; + onPopState?: AttrEventHandler; + "on-popstate"?: this["onPopState"]; /** * Fires when a previously-unhandled promise rejection becomes handled. * @see https://html.spec.whatwg.org/multipage/indices.html#event-rejectionhandled */ - onRejectionhandled?: AttrEventHandler; - "on-rejectionhandled"?: this["onRejectionhandled"]; + onRejectionHandled?: AttrEventHandler; + "on-rejectionhandled"?: this["onRejectionHandled"]; /** * Fired when the corresponding localStorage or sessionStorage storage areas change. @@ -845,8 +845,8 @@ declare global { * Fired at a form element when it is constructing the entry list * @see https://html.spec.whatwg.org/multipage/indices.html#event-formdata */ - onFormdata?: AttrEventHandler; - "on-formdata"?: this["onFormdata"]; + onFormData?: AttrEventHandler; + "on-formdata"?: this["onFormData"]; /** * Fired when a form is submitted, either by user interaction or through a script. @@ -2663,61 +2663,61 @@ declare global { * Fired when an Animation unexpectedly aborts. * @see https://w3c.github.io/csswg-drafts/css-animations/#eventdef-globaleventhandlers-animationcancel */ - onAnimationcancel?: AttrEventHandler; - "on-animationcancel"?: this["onAnimationcancel"]; + onAnimationCancel?: AttrEventHandler; + "on-animationcancel"?: this["onAnimationCancel"]; /** * Fired when an animation has completed. * @see https://w3c.github.io/csswg-drafts/css-animations/#eventdef-globaleventhandlers-animationend */ - onAnimationend?: AttrEventHandler; - "on-animationend"?: this["onAnimationend"]; + onAnimationEnd?: AttrEventHandler; + "on-animationend"?: this["onAnimationEnd"]; /** * Fired at the end of each iteration of an animation, except when an animationend event would fire at the same time. * @see https://w3c.github.io/csswg-drafts/css-animations/#eventdef-globaleventhandlers-animationiteration */ - onAnimationiteration?: AttrEventHandler; - "on-animationiteration"?: this["onAnimationiteration"]; + onAnimationIteration?: AttrEventHandler; + "on-animationiteration"?: this["onAnimationIteration"]; /** * Fired when an animation has started. * @see https://w3c.github.io/csswg-drafts/css-animations/#eventdef-globaleventhandlers-animationstart */ - onAnimationstart?: AttrEventHandler; - "on-animationstart"?: this["onAnimationstart"]; + onAnimationStart?: AttrEventHandler; + "on-animationstart"?: this["onAnimationStart"]; /** * Fired when a non-primary pointing device button (any mouse button other than the primary—usually leftmost—button) * has been pressed and released both within the same element. * @see https://w3c.github.io/uievents/#event-type-auxclick */ - onAuxclick?: AttrEventHandler; - "on-auxclick"?: this["onAuxclick"]; + onAuxClick?: AttrEventHandler; + "on-auxclick"?: this["onAuxClick"]; onauxclick?: AttrString; /** * Fires when the value of an , or