aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/globaleventhandlers
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/globaleventhandlers')
-rw-r--r--files/pl/web/api/globaleventhandlers/index.html172
-rw-r--r--files/pl/web/api/globaleventhandlers/onblur/index.html2
-rw-r--r--files/pl/web/api/globaleventhandlers/onfocus/index.html2
3 files changed, 88 insertions, 88 deletions
diff --git a/files/pl/web/api/globaleventhandlers/index.html b/files/pl/web/api/globaleventhandlers/index.html
index 9238474923..03bbf19d7a 100644
--- a/files/pl/web/api/globaleventhandlers/index.html
+++ b/files/pl/web/api/globaleventhandlers/index.html
@@ -32,181 +32,181 @@ translation_of: Web/API/GlobalEventHandlers
<div id="Properties">
<dl>
<dt>{{domxref("GlobalEventHandlers.onabort")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("abort")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("abort")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onanimationcancel")}} {{Non-standard_inline}}</dt>
- <dd>An {{domxref("EventHandler")}} called when an {{event("animationcancel")}} event is sent, indicating that a running <a href="/en-US/docs/Web/CSS/CSS_Animations">CSS animation</a> has been canceled.</dd>
+ <dd>An {{event("Event_handlers")}} called when an {{event("animationcancel")}} event is sent, indicating that a running <a href="/en-US/docs/Web/CSS/CSS_Animations">CSS animation</a> has been canceled.</dd>
<dt>{{domxref("GlobalEventHandlers.onanimationend")}} {{Non-standard_inline}}</dt>
- <dd>An {{domxref("EventHandler")}} called when an {{event("animationend")}} event is sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Animations">CSS animation</a> has stopped playing.</dd>
+ <dd>An {{event("Event_handlers")}} called when an {{event("animationend")}} event is sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Animations">CSS animation</a> has stopped playing.</dd>
<dt>{{domxref("GlobalEventHandlers.onanimationiteration")}} {{Non-standard_inline}}</dt>
- <dd>An {{domxref("EventHandler")}} called when an {{event("animationiteration")}} event has been sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Animations">CSS animation</a> has begun playing a new iteration of the animation sequence.</dd>
+ <dd>An {{event("Event_handlers")}} called when an {{event("animationiteration")}} event has been sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Animations">CSS animation</a> has begun playing a new iteration of the animation sequence.</dd>
<dt>{{domxref("GlobalEventHandlers.onanimationstart")}} {{Non-standard_inline}}</dt>
- <dd>An {{domxref("EventHandler")}} called when an {{event("animationstart")}} event is sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Animations">CSS animation</a> has started playing.</dd>
+ <dd>An {{event("Event_handlers")}} called when an {{event("animationstart")}} event is sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Animations">CSS animation</a> has started playing.</dd>
<dt>{{domxref("GlobalEventHandlers.onauxclick")}} {{Non-standard_inline}}</dt>
- <dd>An {{domxref("EventHandler")}} called when an {{event("auxclick")}} event is sent, indicating that a non-primary button has been pressed on an input device (e.g. a middle mouse button).</dd>
+ <dd>An {{event("Event_handlers")}} called when an {{event("auxclick")}} event is sent, indicating that a non-primary button has been pressed on an input device (e.g. a middle mouse button).</dd>
<dt>{{domxref("GlobalEventHandlers.onblur")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("blur")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("blur")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onerror")}}</dt>
<dd>Is an {{domxref("OnErrorEventHandler")}} representing the code to be called when the {{event("error")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onfocus")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("focus")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("focus")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.oncancel")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("cancel")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("cancel")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.oncanplay")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("canplay")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("canplay")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.oncanplaythrough")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("canplaythrough")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("canplaythrough")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onchange")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("change")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("change")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onclick")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("click")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("click")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onclose")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("close")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("close")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.oncontextmenu")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("contextmenu")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("contextmenu")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.oncuechange")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("cuechange")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("cuechange")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondblclick")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dblclick")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dblclick")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondrag")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("drag")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("drag")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondragend")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragend")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragend")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondragenter")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragenter")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragenter")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondragexit")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragexit")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragexit")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondragleave")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragleave")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragleave")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondragover")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragover")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragover")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondragstart")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragstart")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragstart")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondrop")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("drop")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("drop")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ondurationchange")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("durationchange")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("durationchange")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onemptied")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("emptied")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("emptied")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onended")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("ended")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("ended")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ongotpointercapture")}}</dt>
<dd>
- <p>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("gotpointercapture")}} event type is raised.</p>
+ <p>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("gotpointercapture")}} event type is raised.</p>
</dd>
<dt>{{domxref("GlobalEventHandlers.oninput")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("input")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("input")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.oninvalid")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("invalid")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("invalid")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onkeydown")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("keydown")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("keydown")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onkeypress")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("keypress")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("keypress")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onkeyup")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("keyup")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("keyup")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onload")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("load")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("load")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onloadeddata")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("loadeddata")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("loadeddata")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onloadedmetadata")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("loadedmetadata")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("loadedmetadata")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onloadend")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("loadend")}} event is raised (when progress has stopped on the loading of a resource.)</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("loadend")}} event is raised (when progress has stopped on the loading of a resource.)</dd>
<dt>{{domxref("GlobalEventHandlers.onloadstart")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("loadstart")}} event is raised (when progress has begun on the loading of a resource.)</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("loadstart")}} event is raised (when progress has begun on the loading of a resource.)</dd>
<dt>{{domxref("GlobalEventHandlers.onlostpointercapture")}}</dt>
<dd>
- <p>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("lostpointercapture")}} event type is raised.</p>
+ <p>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("lostpointercapture")}} event type is raised.</p>
</dd>
<dt>{{domxref("GlobalEventHandlers.onmousedown")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mousedown")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mousedown")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onmouseenter")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseenter")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseenter")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onmouseleave")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseleave")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseleave")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onmousemove")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mousemove")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mousemove")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onmouseout")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseout")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseout")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onmouseover")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseover")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseover")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onmouseup")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseup")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseup")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onmousewheel")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mousewheel")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mousewheel")}} event is raised.</dd>
<dt>{{ domxref("GlobalEventHandlers.onwheel") }}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("wheel")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("wheel")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpause")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pause")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pause")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onplay")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("play")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("play")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onplaying")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("playing")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("playing")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointerdown")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerdown")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerdown")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointermove")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointermove")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointermove")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointerup")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerup")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerup")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointercancel")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointercancel")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointercancel")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointerover")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerover")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerover")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointerout")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerout")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerout")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointerenter")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerevent")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerevent")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointerleave")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerleave")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerleave")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointerlockchange")}} {{experimental_inline}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerlockchange")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerlockchange")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onpointerlockerror")}} {{experimental_inline}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerlockerror")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerlockerror")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onprogress")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("progress")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("progress")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onratechange")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("ratechange")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("ratechange")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onreset")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("reset")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("reset")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onscroll")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("scroll")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("scroll")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onseeked")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("seeked")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("seeked")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onseeking")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("seeking")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("seeking")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onselect")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("select")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("select")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onselectstart")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("selectionchange")}} event is raised, i.e. when the user starts to make a new text selection on a web page.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("selectionchange")}} event is raised, i.e. when the user starts to make a new text selection on a web page.</dd>
<dt>{{domxref("GlobalEventHandlers.onselectionchange")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("selectionchange")}} event is raised, i.e. when the text selected on a web page changes.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("selectionchange")}} event is raised, i.e. when the text selected on a web page changes.</dd>
<dt>{{domxref("GlobalEventHandlers.onshow")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("show")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("show")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onsort")}} {{experimental_inline}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("sort")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("sort")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onstalled")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("stalled")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("stalled")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onsubmit")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("submit")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("submit")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onsuspend")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("suspend")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("suspend")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ontimeupdate")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("timeupdate")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("timeupdate")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onvolumechange")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("volumechange")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("volumechange")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ontouchcancel")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchcancel")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchcancel")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ontouchend")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchend")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchend")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ontouchmove")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchmove")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchmove")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ontouchstart")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchstart")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchstart")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.ontransitioncancel")}}</dt>
- <dd>An {{domxref("EventHandler")}} called when a {{event("transitioncancel")}} event is sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Transitions">CSS transition</a> has been cancelled.</dd>
+ <dd>An {{event("Event_handlers")}} called when a {{event("transitioncancel")}} event is sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Transitions">CSS transition</a> has been cancelled.</dd>
<dt>{{domxref("GlobalEventHandlers.ontransitionend")}}</dt>
- <dd>An {{domxref("EventHandler")}} called when a {{event("transitionend")}} event is sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Transitions">CSS transition</a> has finished playing.</dd>
+ <dd>An {{event("Event_handlers")}} called when a {{event("transitionend")}} event is sent, indicating that a <a href="/en-US/docs/Web/CSS/CSS_Transitions">CSS transition</a> has finished playing.</dd>
<dt>{{domxref("GlobalEventHandlers.onwaiting")}}</dt>
- <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("waiting")}} event is raised.</dd>
+ <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("waiting")}} event is raised.</dd>
</dl>
</div>
@@ -709,6 +709,6 @@ translation_of: Web/API/GlobalEventHandlers
<ul>
<li>{{domxref("Element")}}</li>
- <li>{{domxref("EventHandler")}}</li>
+ <li>{{event("Event_handlers")}}</li>
<li>{{domxref("Event")}}</li>
</ul>
diff --git a/files/pl/web/api/globaleventhandlers/onblur/index.html b/files/pl/web/api/globaleventhandlers/onblur/index.html
index 1a1779b37f..20fb0e858d 100644
--- a/files/pl/web/api/globaleventhandlers/onblur/index.html
+++ b/files/pl/web/api/globaleventhandlers/onblur/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/onblur
---
<div>{{ApiRef("HTML DOM")}}</div>
-<p>Właściwość <code><strong>onblur</strong></code> należy do Globalnych Uchwytów Zdarzeń ({{domxref("GlobalEventHandlers")}}) i jest Uchwytem Zdarzenia ({{domxref("EventHandler")}}), który służy do obsługi zdarzenia {{event("blur")}}. Jest on dostępny dla następujących elementów: {{domxref("Element")}}, {{domxref("Document")}}, oraz {{domxref("Window")}}.</p>
+<p>Właściwość <code><strong>onblur</strong></code> należy do Globalnych Uchwytów Zdarzeń ({{domxref("GlobalEventHandlers")}}) i jest Uchwytem Zdarzenia ({{event("Event_handlers")}}), który służy do obsługi zdarzenia {{event("blur")}}. Jest on dostępny dla następujących elementów: {{domxref("Element")}}, {{domxref("Document")}}, oraz {{domxref("Window")}}.</p>
<p>Zdarzenie <code>blur</code> zachodzi, gdy dany element traci "focus" (np. podczas opuszczenia inputa tekstowego).</p>
diff --git a/files/pl/web/api/globaleventhandlers/onfocus/index.html b/files/pl/web/api/globaleventhandlers/onfocus/index.html
index bd4a30d6b5..d29ce4a831 100644
--- a/files/pl/web/api/globaleventhandlers/onfocus/index.html
+++ b/files/pl/web/api/globaleventhandlers/onfocus/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/onfocus
---
<div>{{ApiRef("HTML DOM")}}</div>
-<p>Właściwość <code><strong>onfocus</strong></code> należy do Globalnych Uchwytów Zdarzeń ({{domxref("GlobalEventHandlers")}}) i jest Uchwytem Zdarzenia ({{domxref("EventHandler")}}), który służy do obsługi zdarzenia {{event("focus")}}.</p>
+<p>Właściwość <code><strong>onfocus</strong></code> należy do Globalnych Uchwytów Zdarzeń ({{domxref("GlobalEventHandlers")}}) i jest Uchwytem Zdarzenia ({{event("Event_handlers")}}), który służy do obsługi zdarzenia {{event("focus")}}.</p>
<p>Zdarzenie <code>focus</code> zachodzi, gdy użytkownik aktywuje element (np. wejdzie w pole tekstowe {{HtmlElement("input")}}).</p>