From 220a7d23b0755acc06146c1262aa09ba22d6e3b1 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 12:05:52 -0700 Subject: Revert "replace some domxref macro calls with event macro calls (#1016)" (#1017) This reverts commit 2958ec7e85c9a1182cd81728e3705948a2c39d71. --- .../web/api/abstractworker/onerror/index.html | 2 +- files/pt-br/web/api/broadcastchannel/index.html | 4 +- files/pt-br/web/api/eventsource/index.html | 6 +- files/pt-br/web/api/eventsource/onerror/index.html | 2 +- files/pt-br/web/api/globaleventhandlers/index.html | 146 ++++++++++----------- .../web/api/globaleventhandlers/onclick/index.html | 2 +- .../onlostpointercapture/index.html | 2 +- .../api/globaleventhandlers/onscroll/index.html | 2 +- files/pt-br/web/api/mediastreamtrack/index.html | 10 +- files/pt-br/web/api/offlineaudiocontext/index.html | 2 +- files/pt-br/web/api/windoweventhandlers/index.html | 28 ++-- 11 files changed, 103 insertions(+), 103 deletions(-) (limited to 'files/pt-br/web/api') diff --git a/files/pt-br/web/api/abstractworker/onerror/index.html b/files/pt-br/web/api/abstractworker/onerror/index.html index 92ef9bf175..b6ce35361e 100644 --- a/files/pt-br/web/api/abstractworker/onerror/index.html +++ b/files/pt-br/web/api/abstractworker/onerror/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/AbstractWorker/onerror

Resumo

-

A propriedade AbstractWorker.onerror da interface {{domxref("AbstractWorker")}} representa um {{event("Event_handlers")}}, que é uma função a ser chamada quando o evento {{event("error")}} ocorre através de um balão de notificação {{domxref("Worker")}}.

+

A propriedade AbstractWorker.onerror da interface {{domxref("AbstractWorker")}} representa um {{domxref("EventHandler")}}, que é uma função a ser chamada quando o evento {{event("error")}} ocorre através de um balão de notificação {{domxref("Worker")}}.

Sintaxe

diff --git a/files/pt-br/web/api/broadcastchannel/index.html b/files/pt-br/web/api/broadcastchannel/index.html index 7e86cf4f62..e15c5f23a4 100644 --- a/files/pt-br/web/api/broadcastchannel/index.html +++ b/files/pt-br/web/api/broadcastchannel/index.html @@ -34,9 +34,9 @@ translation_of: Web/API/BroadcastChannel

Event handlers

{{domxref("BroadcastChannel.onmessage")}}
-
Uma propriedade {{event("Event_handlers")}} que específica a função a ser executada quando um evento {{event("message")}} é acionado a este objeto.
+
Uma propriedade {{domxref("EventHandler")}} que específica a função a ser executada quando um evento {{event("message")}} é acionado a este objeto.
{{domxref("BroadcastChannel.onmessageerror")}}
-
Uma chamada {{event("Event_handlers")}} quando um {{domxref("MessageEvent")}} do tipo {{domxref("MessageError")}} é disparado - isto é, quando recebe uma mensagem que não pode ser desserializada.
+
Uma chamada {{domxref("EventHandler")}} quando um {{domxref("MessageEvent")}} do tipo {{domxref("MessageError")}} é disparado - isto é, quando recebe uma mensagem que não pode ser desserializada.

Métodos

diff --git a/files/pt-br/web/api/eventsource/index.html b/files/pt-br/web/api/eventsource/index.html index 1c57084324..9b9efaaf46 100644 --- a/files/pt-br/web/api/eventsource/index.html +++ b/files/pt-br/web/api/eventsource/index.html @@ -39,11 +39,11 @@ translation_of: Web/API/EventSource

Eventos

{{domxref("EventSource.onerror")}}
-
É um {{event("Event_handlers")}} chamado quando um erro ocorre e o evento {{event("error")}} é despachado para o objeto EventSource.
+
É um {{domxref("EventHandler")}} chamado quando um erro ocorre e o evento {{event("error")}} é despachado para o objeto EventSource.
{{domxref("EventSource.onmessage")}}
-
É um {{event("Event_handlers")}} chamado quando um evento {{event("message")}} é recebido, ou seja, quando uma mensagem está sendo recebida da origem.
+
É um {{domxref("EventHandler")}} chamado quando um evento {{event("message")}} é recebido, ou seja, quando uma mensagem está sendo recebida da origem.
{{domxref("EventSource.onopen")}}
-
É um {{event("Event_handlers")}} chamado quando um evento {{event("open")}} é recebido, ou seja, logo após a abertura da conexão.
+
É um {{domxref("EventHandler")}} chamado quando um evento {{event("open")}} é recebido, ou seja, logo após a abertura da conexão.

Métodos

diff --git a/files/pt-br/web/api/eventsource/onerror/index.html b/files/pt-br/web/api/eventsource/onerror/index.html index bfffaec0eb..09b996e967 100644 --- a/files/pt-br/web/api/eventsource/onerror/index.html +++ b/files/pt-br/web/api/eventsource/onerror/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/EventSource/onerror
 
-

A propriedade onerror da interface {{domxref("EventSource")}} é um {{event("Event_handlers")}} chamado quando um erro ocorre e um evento {{event("error")}} é despachado para o objeto EventSource.

+

A propriedade onerror da interface {{domxref("EventSource")}} é um {{domxref("EventHandler")}} chamado quando um erro ocorre e um evento {{event("error")}} é despachado para o objeto EventSource.

Sintaxe

diff --git a/files/pt-br/web/api/globaleventhandlers/index.html b/files/pt-br/web/api/globaleventhandlers/index.html index 8b39f2f2bc..1801888d2b 100644 --- a/files/pt-br/web/api/globaleventhandlers/index.html +++ b/files/pt-br/web/api/globaleventhandlers/index.html @@ -23,153 +23,153 @@ translation_of: Web/API/GlobalEventHandlers
{{domxref("GlobalEventHandlers.onabort")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("abort")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("abort")}} event is raised.
{{domxref("GlobalEventHandlers.onblur")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("blur")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("blur")}} event is raised.
{{domxref("GlobalEventHandlers.onerror")}}
Is an {{domxref("OnErrorEventHandler")}} representing the code to be called when the {{event("error")}} event is raised.
{{domxref("GlobalEventHandlers.onfocus")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("focus")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("focus")}} event is raised.
{{domxref("GlobalEventHandlers.oncancel")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("cancel")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("cancel")}} event is raised.
{{domxref("GlobalEventHandlers.oncanplay")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("canplay")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("canplay")}} event is raised.
{{domxref("GlobalEventHandlers.oncanplaythrough")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("canplaythrough")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("canplaythrough")}} event is raised.
{{domxref("GlobalEventHandlers.onchange")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("change")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("change")}} event is raised.
{{domxref("GlobalEventHandlers.onclick")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("click")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("click")}} event is raised.
{{domxref("GlobalEventHandlers.onclose")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("close")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("close")}} event is raised.
{{domxref("GlobalEventHandlers.oncontextmenu")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("contextmenu")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("contextmenu")}} event is raised.
{{domxref("GlobalEventHandlers.oncuechange")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("cuechange")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("cuechange")}} event is raised.
{{domxref("GlobalEventHandlers.ondblclick")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dblclick")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dblclick")}} event is raised.
{{domxref("GlobalEventHandlers.ondrag")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("drag")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("drag")}} event is raised.
{{domxref("GlobalEventHandlers.ondragend")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragend")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragend")}} event is raised.
{{domxref("GlobalEventHandlers.ondragenter")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragenter")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragenter")}} event is raised.
{{domxref("GlobalEventHandlers.ondragexit")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragexit")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragexit")}} event is raised.
{{domxref("GlobalEventHandlers.ondragleave")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragleave")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragleave")}} event is raised.
{{domxref("GlobalEventHandlers.ondragover")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragover")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragover")}} event is raised.
{{domxref("GlobalEventHandlers.ondragstart")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("dragstart")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("dragstart")}} event is raised.
{{domxref("GlobalEventHandlers.ondrop")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("drop")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("drop")}} event is raised.
{{domxref("GlobalEventHandlers.ondurationchange")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("durationchange")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("durationchange")}} event is raised.
{{domxref("GlobalEventHandlers.onemptied")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("emptied")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("emptied")}} event is raised.
{{domxref("GlobalEventHandlers.onended")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("ended")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("ended")}} event is raised.
{{domxref("GlobalEventHandlers.oninput")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("input")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("input")}} event is raised.
{{domxref("GlobalEventHandlers.oninvalid")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("invalid")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("invalid")}} event is raised.
{{domxref("GlobalEventHandlers.onkeydown")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("keydown")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("keydown")}} event is raised.
{{domxref("GlobalEventHandlers.onkeypress")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("keypress")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("keypress")}} event is raised.
{{domxref("GlobalEventHandlers.onkeyup")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("keyup")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("keyup")}} event is raised.
{{domxref("GlobalEventHandlers.onload")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("load")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("load")}} event is raised.
{{domxref("GlobalEventHandlers.onloadeddata")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("loadeddata")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("loadeddata")}} event is raised.
{{domxref("GlobalEventHandlers.onloadedmetadata")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("loadedmetadata")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("loadedmetadata")}} event is raised.
{{domxref("GlobalEventHandlers.onloadstart")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("loadstart")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("loadstart")}} event is raised.
{{domxref("GlobalEventHandlers.onmousedown")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mousedown")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mousedown")}} event is raised.
{{domxref("GlobalEventHandlers.onmouseenter")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseenter")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseenter")}} event is raised.
{{domxref("GlobalEventHandlers.onmouseleave")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseleave")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseleave")}} event is raised.
{{domxref("GlobalEventHandlers.onmousemove")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mousemove")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mousemove")}} event is raised.
{{domxref("GlobalEventHandlers.onmouseout")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseout")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseout")}} event is raised.
{{domxref("GlobalEventHandlers.onmouseover")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseover")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseover")}} event is raised.
{{domxref("GlobalEventHandlers.onmouseup")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mouseup")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mouseup")}} event is raised.
{{domxref("GlobalEventHandlers.onmousewheel")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("mousewheel")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("mousewheel")}} event is raised.
{{domxref("GlobalEventHandlers.onpause")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pause")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pause")}} event is raised.
{{domxref("GlobalEventHandlers.onplay")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("play")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("play")}} event is raised.
{{domxref("GlobalEventHandlers.onplaying")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("playing")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("playing")}} event is raised.
{{domxref("GlobalEventHandlers.onpointerdown")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerdown")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerdown")}} event is raised.
{{domxref("GlobalEventHandlers.onpointermove")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointermove")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointermove")}} event is raised.
{{domxref("GlobalEventHandlers.onpointerup")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerup")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerup")}} event is raised.
{{domxref("GlobalEventHandlers.onpointercancel")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointercancel")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointercancel")}} event is raised.
{{domxref("GlobalEventHandlers.onpointerover")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerover")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerover")}} event is raised.
{{domxref("GlobalEventHandlers.onpointerout")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerout")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerout")}} event is raised.
{{domxref("GlobalEventHandlers.onpointerenter")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerevent")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerevent")}} event is raised.
{{domxref("GlobalEventHandlers.onpointerleave")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerleave")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerleave")}} event is raised.
{{domxref("GlobalEventHandlers.onpointerlockchange")}} {{experimental_inline}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerlockchange")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerlockchange")}} event is raised.
{{domxref("GlobalEventHandlers.onpointerlockerror")}} {{experimental_inline}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("pointerlockerror")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("pointerlockerror")}} event is raised.
{{domxref("GlobalEventHandlers.onprogress")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("progress")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("progress")}} event is raised.
{{domxref("GlobalEventHandlers.onratechange")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("ratechange")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("ratechange")}} event is raised.
{{domxref("GlobalEventHandlers.onreset")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("reset")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("reset")}} event is raised.
{{domxref("GlobalEventHandlers.onscroll")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("scroll")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("scroll")}} event is raised.
{{domxref("GlobalEventHandlers.onseeked")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("seeked")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("seeked")}} event is raised.
{{domxref("GlobalEventHandlers.onseeking")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("seeking")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("seeking")}} event is raised.
{{domxref("GlobalEventHandlers.onselect")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("select")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("select")}} event is raised.
{{domxref("GlobalEventHandlers.onselectionchange")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("selectionchange")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("selectionchange")}} event is raised.
{{domxref("GlobalEventHandlers.onshow")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("show")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("show")}} event is raised.
{{domxref("GlobalEventHandlers.onsort")}} {{experimental_inline}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("sort")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("sort")}} event is raised.
{{domxref("GlobalEventHandlers.onstalled")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("stalled")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("stalled")}} event is raised.
{{domxref("GlobalEventHandlers.onsubmit")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("submit")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("submit")}} event is raised.
{{domxref("GlobalEventHandlers.onsuspend")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("suspend")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("suspend")}} event is raised.
{{domxref("GlobalEventHandlers.ontimeupdate")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("timeupdate")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("timeupdate")}} event is raised.
{{domxref("GlobalEventHandlers.onvolumechange")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("volumechange")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("volumechange")}} event is raised.
{{domxref("GlobalEventHandlers.ontouchcancel")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchcancel")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchcancel")}} event is raised.
{{domxref("GlobalEventHandlers.ontouchend")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchend")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchend")}} event is raised.
{{domxref("GlobalEventHandlers.ontouchmove")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchmove")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchmove")}} event is raised.
{{domxref("GlobalEventHandlers.ontouchstart")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("touchstart")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("touchstart")}} event is raised.
{{domxref("GlobalEventHandlers.onwaiting")}}
-
Is an {{event("Event_handlers")}} representing the code to be called when the {{event("waiting")}} event is raised.
+
Is an {{domxref("EventHandler")}} representing the code to be called when the {{event("waiting")}} event is raised.

Methods

diff --git a/files/pt-br/web/api/globaleventhandlers/onclick/index.html b/files/pt-br/web/api/globaleventhandlers/onclick/index.html index ba1089d3f2..ea91496ac9 100644 --- a/files/pt-br/web/api/globaleventhandlers/onclick/index.html +++ b/files/pt-br/web/api/globaleventhandlers/onclick/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/onclick ---
{{ ApiRef("HTML DOM") }}
-

A propriedade onclick do mixin {{domxref("GlobalEventHandlers")}} é o {{event("Event_handlers")}} para o processamento de eventos de {{event("click")}} em um dado elemento.

+

A propriedade onclick do mixin {{domxref("GlobalEventHandlers")}} é o {{domxref("EventHandler")}} para o processamento de eventos de {{event("click")}} em um dado elemento.

O evento click acontece quando o usuário clica em um elemento. É disparado após os eventos {{event("mousedown")}} e{{event("mouseup")}} na respectiva ordem.

diff --git a/files/pt-br/web/api/globaleventhandlers/onlostpointercapture/index.html b/files/pt-br/web/api/globaleventhandlers/onlostpointercapture/index.html index 32be38078c..8df6a32e69 100644 --- a/files/pt-br/web/api/globaleventhandlers/onlostpointercapture/index.html +++ b/files/pt-br/web/api/globaleventhandlers/onlostpointercapture/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/GlobalEventHandlers/onlostpointercapture ---
{{ApiRef("HTML DOM")}}
-

A propriedade onlostpointercapture do mixin {{domxref("GlobalEventHandlers")}} é uma {{event("Event_handlers")}} que processa eventos {{event("lostpointercapture")}}.

+

A propriedade onlostpointercapture do mixin {{domxref("GlobalEventHandlers")}} é uma {{domxref("EventHandler")}} que processa eventos {{event("lostpointercapture")}}.

Sintaxe

diff --git a/files/pt-br/web/api/globaleventhandlers/onscroll/index.html b/files/pt-br/web/api/globaleventhandlers/onscroll/index.html index 03a0d0e7ce..1156bfb2f7 100644 --- a/files/pt-br/web/api/globaleventhandlers/onscroll/index.html +++ b/files/pt-br/web/api/globaleventhandlers/onscroll/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/onscroll ---
{{ApiRef("HTML DOM")}}
-

A propriedade onscroll do {{domxref("GlobalEventHandlers")}} é uma mistura de eventos {{event("Event_handlers")}} que processam eventos scroll.

+

A propriedade onscroll do {{domxref("GlobalEventHandlers")}} é uma mistura de eventos {{domxref("EventHandler")}} que processam eventos scroll.

O evento scroll é disparado quando uma visão do documento ou um elemento foi rolado, seja por um usuário, uma API Web, ou o {{glossary("user agent")}}.

diff --git a/files/pt-br/web/api/mediastreamtrack/index.html b/files/pt-br/web/api/mediastreamtrack/index.html index a2285f202e..33f62732dc 100644 --- a/files/pt-br/web/api/mediastreamtrack/index.html +++ b/files/pt-br/web/api/mediastreamtrack/index.html @@ -39,15 +39,15 @@ translation_of: Web/API/MediaStreamTrack
{{domxref("MediaStreamTrack.onstarted")}}
-
Is a {{event("Event_handlers")}} containing the action to perform when an {{event("started")}} event is fired on the object, that is when a new {{domxref("MediaStreamTrack")}} object is added.
+
Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("started")}} event is fired on the object, that is when a new {{domxref("MediaStreamTrack")}} object is added.
{{domxref("MediaStreamTrack.onmute")}}
-
Is a {{event("Event_handlers")}} containing the action to perform when an {{event("mute")}} event is fired on the object, that is when the streaming is terminating.
+
Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("mute")}} event is fired on the object, that is when the streaming is terminating.
{{domxref("MediaStreamTrack.onunmute")}}
-
Is a {{event("Event_handlers")}} containing the action to perform when an {{event("unmute")}} event is fired on the object, that is when a  {{domxref("MediaStreamTrack")}} object is removed from it.
+
Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("unmute")}} event is fired on the object, that is when a  {{domxref("MediaStreamTrack")}} object is removed from it.
{{domxref("MediaStreamTrack.onoverconstrained")}}
-
Is a {{event("Event_handlers")}} containing the action to perform when an {{event("overconstrained")}} event is fired on the object, that is when a  {{domxref("MediaStreamTrack")}} object is removed from it.
+
Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("overconstrained")}} event is fired on the object, that is when a  {{domxref("MediaStreamTrack")}} object is removed from it.
{{domxref("MediaStreamTrack.oneended")}}
-
Is a {{event("Event_handlers")}} containing the action to perform when an {{event("ended_(MediaStream)", "ended")}} event is fired on the object, that is when a  {{domxref("MediaStreamTrack")}} object is removed from it.
+
Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("ended_(MediaStream)", "ended")}} event is fired on the object, that is when a  {{domxref("MediaStreamTrack")}} object is removed from it.

Methods

diff --git a/files/pt-br/web/api/offlineaudiocontext/index.html b/files/pt-br/web/api/offlineaudiocontext/index.html index 01eaa8e0e2..2e0c205feb 100644 --- a/files/pt-br/web/api/offlineaudiocontext/index.html +++ b/files/pt-br/web/api/offlineaudiocontext/index.html @@ -31,7 +31,7 @@ translation_of: Web/API/OfflineAudioContext
{{domxref("OfflineAudioContext.oncomplete")}}
-
É uma chamada {{event("Event_handlers")}} quando o processamento é encerrado, é quando o evento {{event("complete")}}  - do tipo {{domxref("OfflineAudioCompletionEvent")}} - é gerado, após a versão baseada em eventos do {{domxref("OfflineAudioContext.startRendering()")}} é usada.
+
É uma chamada {{domxref("EventHandler")}} quando o processamento é encerrado, é quando o evento {{event("complete")}}  - do tipo {{domxref("OfflineAudioCompletionEvent")}} - é gerado, após a versão baseada em eventos do {{domxref("OfflineAudioContext.startRendering()")}} é usada.

Métodos

diff --git a/files/pt-br/web/api/windoweventhandlers/index.html b/files/pt-br/web/api/windoweventhandlers/index.html index b9a94aea18..5eff621233 100644 --- a/files/pt-br/web/api/windoweventhandlers/index.html +++ b/files/pt-br/web/api/windoweventhandlers/index.html @@ -22,33 +22,33 @@ translation_of: Web/API/WindowEventHandlers
{{domxref("WindowEventHandlers.onafterprint")}}
-
É uma {{event("Event_handlers")}} representando o código que será chamando quando o evento {{event("afterprint")}} é invocado.
+
É uma {{domxref("EventHandler")}} representando o código que será chamando quando o evento {{event("afterprint")}} é invocado.
{{domxref("WindowEventHandlers.onbeforeprint")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento {{event("beforeprint")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento {{event("beforeprint")}} é invocado.
{{domxref("WindowEventHandlers.onbeforeunload")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento  {{event("beforeunload")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento  {{event("beforeunload")}} é invocado.
{{domxref("WindowEventHandlers.onhashchange")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento {{event("hashchange")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento {{event("hashchange")}} é invocado.
{{domxref("WindowEventHandlers.onlanguagechange")}} {{experimental_inline}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento {{event("languagechange")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento {{event("languagechange")}} é invocado.
{{domxref("WindowEventHandlers.onmessage")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento  {{event("message")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento  {{event("message")}} é invocado.
{{domxref("WindowEventHandlers.onoffline")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento  {{event("offline")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento  {{event("offline")}} é invocado.
{{domxref("WindowEventHandlers.ononline")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento  {{event("online")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento  {{event("online")}} é invocado.
{{domxref("WindowEventHandlers.onpagehide")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento {{event("pagehide")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento {{event("pagehide")}} é invocado.
{{domxref("WindowEventHandlers.onpageshow")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento {{event("pageshow")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento {{event("pageshow")}} é invocado.
{{domxref("WindowEventHandlers.onpopstate")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento {{event("popstate")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento {{event("popstate")}} é invocado.
{{domxref("WindowEventHandlers.onresize")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento {{event("resize")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento {{event("resize")}} é invocado.
{{domxref("WindowEventHandlers.onstorage")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento {{event("storage")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento {{event("storage")}} é invocado.
{{domxref("WindowEventHandlers.onunload")}}
-
É um {{event("Event_handlers")}} representando o código que será chamado quando o evento {{event("unload")}} é invocado.
+
É um {{domxref("EventHandler")}} representando o código que será chamado quando o evento {{event("unload")}} é invocado.

Métodos

-- cgit v1.2.3-54-g00ecf