GlobalEventHandlers
The GlobalEventHandlers
interface describes the event handlers common to several interfaces like HTMLElement
, Document
, Window
, or WorkerGlobalScope
for Web Workers. Each of these interfaces can implement more event handlers.
GlobalEventHandlers
is a raw interface and no object of this type can be created.
Properties
The events properties, of the form onXYZ
, are defined on the GlobalEventHandlers
, and implemented by HTMLElement
, Document
, Window
, and WorkerGlobalScope
for Web Workers.
GlobalEventHandlers.onabort
-
Is an
event handler
representing the code to be called when theabort (en-US)
event is raised. GlobalEventHandlers.onblur
-
Is an
event handler
representing the code to be called when theblur (en-US)
event is raised. GlobalEventHandlers.onerror
-
Is an
OnErrorEventHandler
representing the code to be called when theerror (en-US)
event is raised. GlobalEventHandlers.onfocus
-
Is an
event handler
representing the code to be called when thefocus (en-US)
event is raised. GlobalEventHandlers.oncancel
-
Is an
event handler
representing the code to be called when thecancel
event is raised. GlobalEventHandlers.oncanplay
(en-US)-
Is an
event handler
representing the code to be called when thecanplay (en-US)
event is raised. GlobalEventHandlers.oncanplaythrough
(en-US)-
Is an
event handler
representing the code to be called when thecanplaythrough (en-US)
event is raised. GlobalEventHandlers.onchange
-
Is an
event handler
representing the code to be called when thechange (en-US)
event is raised. GlobalEventHandlers.onclick
-
Is an
event handler
representing the code to be called when theclick (en-US)
event is raised. GlobalEventHandlers.onclose
-
Is an
event handler
representing the code to be called when theclose
event is raised. -
Is an
event handler
representing the code to be called when thecontextmenu (en-US)
event is raised. GlobalEventHandlers.oncuechange
(en-US)-
Is an
event handler
representing the code to be called when thecuechange (en-US)
event is raised. GlobalEventHandlers.ondblclick
(en-US)-
Is an
event handler
representing the code to be called when thedblclick (en-US)
event is raised. GlobalEventHandlers.ondrag
(en-US)-
Is an
event handler
representing the code to be called when thedrag (en-US)
event is raised. GlobalEventHandlers.ondragend
(en-US)-
Is an
event handler
representing the code to be called when thedragend (en-US)
event is raised. GlobalEventHandlers.ondragenter
(en-US)-
Is an
event handler
representing the code to be called when thedragenter (en-US)
event is raised. GlobalEventHandlers.ondragexit
(en-US)-
Is an
event handler
representing the code to be called when thedragexit
event is raised. GlobalEventHandlers.ondragleave
(en-US)-
Is an
event handler
representing the code to be called when thedragleave (en-US)
event is raised. GlobalEventHandlers.ondragover
(en-US)-
Is an
event handler
representing the code to be called when thedragover (en-US)
event is raised. GlobalEventHandlers.ondragstart
-
Is an
event handler
representing the code to be called when thedragstart (en-US)
event is raised. GlobalEventHandlers.ondrop
(en-US)-
Is an
event handler
representing the code to be called when thedrop (en-US)
event is raised. GlobalEventHandlers.ondurationchange
(en-US)-
Is an
event handler
representing the code to be called when thedurationchange (en-US)
event is raised. GlobalEventHandlers.onemptied
(en-US)-
Is an
event handler
representing the code to be called when theemptied (en-US)
event is raised. GlobalEventHandlers.onended
(en-US)-
Is an
event handler
representing the code to be called when theended (en-US)
event is raised. GlobalEventHandlers.oninput
-
Is an
event handler
representing the code to be called when theinput (en-US)
event is raised. GlobalEventHandlers.oninvalid
(en-US)-
Is an
event handler
representing the code to be called when theinvalid (en-US)
event is raised. GlobalEventHandlers.onkeydown
-
Is an
event handler
representing the code to be called when thekeydown (en-US)
event is raised. GlobalEventHandlers.onkeypress
-
Is an
event handler
representing the code to be called when thekeypress (en-US)
event is raised. GlobalEventHandlers.onkeyup
(en-US)-
Is an
event handler
representing the code to be called when thekeyup (en-US)
event is raised. GlobalEventHandlers.onload
-
Is an
event handler
representing the code to be called when theload (en-US)
event is raised. GlobalEventHandlers.onloadeddata
(en-US)-
Is an
event handler
representing the code to be called when theloadeddata (en-US)
event is raised. GlobalEventHandlers.onloadedmetadata
(en-US)-
Is an
event handler
representing the code to be called when theloadedmetadata (en-US)
event is raised. GlobalEventHandlers.onloadstart
(en-US)-
Is an
event handler
representing the code to be called when theloadstart (en-US)
event is raised. GlobalEventHandlers.onmousedown
-
Is an
event handler
representing the code to be called when themousedown (en-US)
event is raised. GlobalEventHandlers.onmouseenter
(en-US)-
Is an
event handler
representing the code to be called when themouseenter (en-US)
event is raised. GlobalEventHandlers.onmouseleave
(en-US)-
Is an
event handler
representing the code to be called when themouseleave (en-US)
event is raised. GlobalEventHandlers.onmousemove
(en-US)-
Is an
event handler
representing the code to be called when themousemove (en-US)
event is raised. GlobalEventHandlers.onmouseout
(en-US)-
Is an
event handler
representing the code to be called when themouseout (en-US)
event is raised. GlobalEventHandlers.onmouseover
(en-US)-
Is an
event handler
representing the code to be called when themouseover (en-US)
event is raised. GlobalEventHandlers.onmouseup
-
Is an
event handler
representing the code to be called when themouseup (en-US)
event is raised. GlobalEventHandlers.onmousewheel
(en-US)-
Is an
event handler
representing the code to be called when themousewheel (en-US)
event is raised. GlobalEventHandler.onmozfullscreenchange
Non-standard-
Is an
event handler
representing the code to be called when thefullscreenchange (en-US)
event is raised. GlobalEventHandler.onmozfullscreenerror
Non-standard-
Is an
event handler
representing the code to be called when thefullscreenerror (en-US)
event is raised. GlobalEventHandlers.onpause
(en-US)-
Is an
event handler
representing the code to be called when thepause (en-US)
event is raised. GlobalEventHandlers.onplay
(en-US)-
Is an
event handler
representing the code to be called when theplay (en-US)
event is raised. GlobalEventHandlers.onplaying
(en-US)-
Is an
event handler
representing the code to be called when theplaying (en-US)
event is raised. GlobalEventHandlers.onpointerdown
(en-US)-
Is an
event handler
representing the code to be called when thepointerdown
event is raised. GlobalEventHandlers.onpointermove
(en-US)-
Is an
event handler
representing the code to be called when thepointermove
event is raised. GlobalEventHandlers.onpointerup
(en-US)-
Is an
event handler
representing the code to be called when thepointerup
event is raised. GlobalEventHandlers.onpointercancel
(en-US)-
Is an
event handler
representing the code to be called when thepointercancel
event is raised. GlobalEventHandlers.onpointerover
(en-US)-
Is an
event handler
representing the code to be called when thepointerover
event is raised. GlobalEventHandlers.onpointerout
(en-US)-
Is an
event handler
representing the code to be called when thepointerout
event is raised. GlobalEventHandlers.onpointerenter
(en-US)-
Is an
event handler
representing the code to be called when thepointerevent
event is raised. GlobalEventHandlers.onpointerleave
(en-US)-
Is an
event handler
representing the code to be called when thepointerleave
event is raised. GlobalEventHandlers.onpointerlockchange
Экспериментальная возможность-
Is an
event handler
representing the code to be called when thepointerlockchange (en-US)
event is raised. GlobalEventHandlers.onpointerlockerror
Экспериментальная возможность-
Is an
event handler
representing the code to be called when thepointerlockerror (en-US)
event is raised. GlobalEventHandlers.onprogress
-
Is an
event handler
representing the code to be called when theprogress (en-US)
event is raised. GlobalEventHandlers.onratechange
-
Is an
event handler
representing the code to be called when theratechange (en-US)
event is raised. GlobalEventHandlers.onreset
(en-US)-
Is an
event handler
representing the code to be called when thereset (en-US)
event is raised. GlobalEventHandlers.onscroll
-
Is an
event handler
representing the code to be called when thescroll (en-US)
event is raised. GlobalEventHandlers.onseeked
-
Is an
event handler
representing the code to be called when theseeked (en-US)
event is raised. GlobalEventHandlers.onseeking
-
Is an
event handler
representing the code to be called when theseeking (en-US)
event is raised. GlobalEventHandlers.onselect
-
Is an
event handler
representing the code to be called when theselect (en-US)
event is raised. GlobalEventHandlers.onshow
-
Is an
event handler
representing the code to be called when theshow
event is raised. GlobalEventHandlers.onsort
Экспериментальная возможность-
Is an
event handler
representing the code to be called when thesort
event is raised. GlobalEventHandlers.onstalled
-
Is an
event handler
representing the code to be called when thestalled (en-US)
event is raised. GlobalEventHandlers.onsubmit
-
Is an
event handler
representing the code to be called when thesubmit (en-US)
event is raised. GlobalEventHandlers.onsuspend
-
Is an
event handler
representing the code to be called when thesuspend (en-US)
event is raised. GlobalEventHandlers.ontimeupdate
-
Is an
event handler
representing the code to be called when thetimeupdate (en-US)
event is raised. GlobalEventHandlers.onvolumechange
-
Is an
event handler
representing the code to be called when thevolumechange (en-US)
event is raised. GlobalEventHandlers.onwaiting
-
Is an
event handler
representing the code to be called when thewaiting (en-US)
event is raised.
Methods
This interface defines no method.
Specifications
Specification | Status | Comment |
---|---|---|
Pointer Lock Определение 'Extension of Document' в этой спецификации. |
Кандидат в рекомендации | Adds onpointerlockchange and onpointerlockerror on Document . It is experimentally implemented on GlobalEventHandlers . |
HTML Living Standard Определение 'GlobalEventHandlers' в этой спецификации. |
Живой стандарт | No change since the latest snapshot, HTML 5.1. |
HTML 5.1 Определение 'GlobalEventHandlers' в этой спецификации. |
Рекомендация | Snapshot of HTML Living Standard. Added onsort since the Unknown snapshot. |
HTML5 Определение 'GlobalEventHandlers' в этой спецификации. |
Рекомендация | Snapshot of HTML Living Standard. Creation of GlobalEventHandlers (properties where on the target before it). |