diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-05-28 12:05:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 12:05:52 -0700 |
commit | 220a7d23b0755acc06146c1262aa09ba22d6e3b1 (patch) | |
tree | 50a6ffafe663dc65f1a0f8816862d60e7ce23a33 /files/pl/web | |
parent | 2958ec7e85c9a1182cd81728e3705948a2c39d71 (diff) | |
download | translated-content-220a7d23b0755acc06146c1262aa09ba22d6e3b1.tar.gz translated-content-220a7d23b0755acc06146c1262aa09ba22d6e3b1.tar.bz2 translated-content-220a7d23b0755acc06146c1262aa09ba22d6e3b1.zip |
Revert "replace some domxref macro calls with event macro calls (#1016)" (#1017)
This reverts commit 2958ec7e85c9a1182cd81728e3705948a2c39d71.
Diffstat (limited to 'files/pl/web')
-rw-r--r-- | files/pl/web/api/globaleventhandlers/index.html | 172 | ||||
-rw-r--r-- | files/pl/web/api/globaleventhandlers/onblur/index.html | 2 | ||||
-rw-r--r-- | files/pl/web/api/globaleventhandlers/onfocus/index.html | 2 | ||||
-rw-r--r-- | files/pl/web/api/window/index.html | 4 |
4 files changed, 90 insertions, 90 deletions
diff --git a/files/pl/web/api/globaleventhandlers/index.html b/files/pl/web/api/globaleventhandlers/index.html index 03bbf19d7a..9238474923 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 {{event("Event_handlers")}} representing the code to be called when the {{event("abort")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("abort")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onanimationcancel")}} {{Non-standard_inline}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onanimationend")}} {{Non-standard_inline}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onanimationiteration")}} {{Non-standard_inline}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onanimationstart")}} {{Non-standard_inline}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onauxclick")}} {{Non-standard_inline}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onblur")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("blur")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} 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 {{event("Event_handlers")}} representing the code to be called when the {{event("focus")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("focus")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.oncancel")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("cancel")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("cancel")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.oncanplay")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("canplay")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("canplay")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.oncanplaythrough")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("canplaythrough")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("canplaythrough")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onchange")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("change")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("change")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onclick")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("click")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("click")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onclose")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("close")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("close")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.oncontextmenu")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("contextmenu")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("contextmenu")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.oncuechange")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("cuechange")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("cuechange")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondblclick")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dblclick")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dblclick")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondrag")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("drag")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("drag")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondragend")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragend")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragend")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondragenter")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragenter")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragenter")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondragexit")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragexit")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragexit")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondragleave")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragleave")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragleave")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondragover")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragover")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragover")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondragstart")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragstart")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragstart")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondrop")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("drop")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("drop")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ondurationchange")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("durationchange")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("durationchange")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onemptied")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("emptied")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("emptied")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onended")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("ended")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("ended")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ongotpointercapture")}}</dt> <dd> - <p>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("gotpointercapture")}} event type is raised.</p> + <p>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("gotpointercapture")}} event type is raised.</p> </dd> <dt>{{domxref("GlobalEventHandlers.oninput")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("input")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("input")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.oninvalid")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("invalid")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("invalid")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onkeydown")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("keydown")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("keydown")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onkeypress")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("keypress")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("keypress")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onkeyup")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("keyup")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("keyup")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onload")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("load")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("load")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onloadeddata")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("loadeddata")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("loadeddata")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onloadedmetadata")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("loadedmetadata")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("loadedmetadata")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onloadend")}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onloadstart")}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onlostpointercapture")}}</dt> <dd> - <p>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("lostpointercapture")}} event type is raised.</p> + <p>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("lostpointercapture")}} event type is raised.</p> </dd> <dt>{{domxref("GlobalEventHandlers.onmousedown")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mousedown")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mousedown")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onmouseenter")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseenter")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseenter")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onmouseleave")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseleave")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseleave")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onmousemove")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mousemove")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mousemove")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onmouseout")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseout")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseout")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onmouseover")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseover")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseover")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onmouseup")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseup")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseup")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onmousewheel")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mousewheel")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mousewheel")}} event is raised.</dd> <dt>{{ domxref("GlobalEventHandlers.onwheel") }}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("wheel")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("wheel")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpause")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pause")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pause")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onplay")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("play")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("play")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onplaying")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("playing")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("playing")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointerdown")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerdown")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerdown")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointermove")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointermove")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointermove")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointerup")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerup")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerup")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointercancel")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointercancel")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointercancel")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointerover")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerover")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerover")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointerout")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerout")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerout")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointerenter")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerevent")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerevent")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointerleave")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerleave")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerleave")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointerlockchange")}} {{experimental_inline}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerlockchange")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerlockchange")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onpointerlockerror")}} {{experimental_inline}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerlockerror")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerlockerror")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onprogress")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("progress")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("progress")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onratechange")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("ratechange")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("ratechange")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onreset")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("reset")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("reset")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onscroll")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("scroll")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("scroll")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onseeked")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("seeked")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("seeked")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onseeking")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("seeking")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("seeking")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onselect")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("select")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("select")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onselectstart")}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onselectionchange")}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onshow")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("show")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("show")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onsort")}} {{experimental_inline}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("sort")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("sort")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onstalled")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("stalled")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("stalled")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onsubmit")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("submit")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("submit")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onsuspend")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("suspend")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("suspend")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ontimeupdate")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("timeupdate")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("timeupdate")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onvolumechange")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("volumechange")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("volumechange")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ontouchcancel")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchcancel")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchcancel")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ontouchend")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchend")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchend")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ontouchmove")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchmove")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchmove")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ontouchstart")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchstart")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchstart")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.ontransitioncancel")}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.ontransitionend")}}</dt> - <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> + <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> <dt>{{domxref("GlobalEventHandlers.onwaiting")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("waiting")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} 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>{{event("Event_handlers")}}</li> + <li>{{domxref("EventHandler")}}</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 20fb0e858d..1a1779b37f 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 ({{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>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>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 d29ce4a831..bd4a30d6b5 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 ({{event("Event_handlers")}}), 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 ({{domxref("EventHandler")}}), 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> diff --git a/files/pl/web/api/window/index.html b/files/pl/web/api/window/index.html index 4af86e67e6..ecc5ed7d6b 100644 --- a/files/pl/web/api/window/index.html +++ b/files/pl/web/api/window/index.html @@ -393,7 +393,7 @@ translation_of: Web/API/Window <dt>{{domxref("GlobalEventHandlers.onload")}}</dt> <dd>Called after all resources and the DOM are fully loaded. WILL NOT get called when the page is loaded from cache, such as with back button.</dd> <dt>{{domxref("WindowEventHandlers.onmessage")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("message")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("message")}} event is raised.</dd> <dt>{{domxref("GlobalEventHandlers.onmousedown")}}</dt> <dd>Called when ANY mouse button is pressed.</dd> <dt>{{domxref("GlobalEventHandlers.onmousemove")}}</dt> @@ -431,7 +431,7 @@ translation_of: Web/API/Window <dt>{{domxref("GlobalEventHandlers.onselect")}}</dt> <dd>Called after text in an input field is selected</dd> <dt>{{domxref("GlobalEventHandlers.onselectionchange")}}</dt> - <dd>Is an {{event("Event_handlers")}} representing the code to be called when the {{event("selectionchange")}} event is raised.</dd> + <dd>Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("selectionchange")}} event is raised.</dd> <dt>{{domxref("WindowEventHandlers.onstorage")}}</dt> <dd>Called when there is a change in session storage or local storage. See {{event("storage")}} event</dd> <dt>{{domxref("GlobalEventHandlers.onsubmit")}}</dt> |