From 03325357e63f76297d33ece7e6da7a66e848a004 Mon Sep 17 00:00:00 2001 From: João Marcus Fernandes <53450523+joaomarcuslf@users.noreply.github.com> Date: Sat, 13 Nov 2021 18:56:24 -0300 Subject: Update index.html (#2798) * Update index.html * Update index.html --- .../web/api/htmlelement/input_event/index.html | 62 +++++++++++----------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'files/pt-br/web/api') diff --git a/files/pt-br/web/api/htmlelement/input_event/index.html b/files/pt-br/web/api/htmlelement/input_event/index.html index 6ac95fad98..02522f2a53 100644 --- a/files/pt-br/web/api/htmlelement/input_event/index.html +++ b/files/pt-br/web/api/htmlelement/input_event/index.html @@ -9,18 +9,18 @@ original_slug: Web/Events/input
Property | -Type | -Description | +Propriedade | +Tipo | +Descrição |
---|---|---|---|---|---|
target {{readonlyInline}} |
{{domxref("EventTarget")}} | -The event target (the topmost target in the DOM tree). | +O alvo do evento (o alvo mais alto na árvore DOM). | ||
type {{readonlyInline}} |
{{domxref("DOMString")}} | -The type of event. | +Tipo do evento. | ||
bubbles {{readonlyInline}} |
{{jsxref("Boolean")}} | -Whether the event normally bubbles or not. | +Se o evento borbulha ou não. | ||
cancelable {{readonlyInline}} |
{{jsxref("Boolean")}} | -Whether the event is cancellable or not. | +Se o evento é cancelável, ou não. |
Feature | +Funcionalidade | Chrome | Edge | Firefox (Gecko) | @@ -74,7 +74,7 @@ original_slug: Web/Events/inputSafari | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Basic support | +Suporte básico | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}}[1] | @@ -83,7 +83,7 @@ original_slug: Web/Events/input{{CompatVersionUnknown}} | ||||||||||||||||||||||||||||
immediately after compositionupdate |
+ imediatamente ao compositionupdate |
{{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatGeckoDesktop("12")}} | @@ -92,7 +92,7 @@ original_slug: Web/Events/input{{CompatVersionUnknown}} | ||||||||||||||||||||||||||||
on contenteditable element |
+ ao contenteditable do elemento |
{{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatGeckoDesktop("14")}} | @@ -103,7 +103,7 @@ original_slug: Web/Events/input{{CompatVersionUnknown}} | ||||||||||||||||||||||||||||
when designMode is "on" |
+ quando designMode está "ativado" |
{{CompatVersionUnknown}} | {{CompatUnknown}} | {{CompatGeckoDesktop("14")}} | @@ -146,7 +146,7 @@ original_slug: Web/Events/input
Feature | +Funcionalidade | Android | Chrome for Android | Edge | @@ -156,7 +156,7 @@ original_slug: Web/Events/inputSafari Mobile |
---|---|---|---|---|---|
Basic support | +Suporte básico | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | @@ -166,7 +166,7 @@ original_slug: Web/Events/input{{CompatVersionUnknown}} |
immediately after compositionupdate |
+ imediatamente ao compositionupdate |
{{CompatUnknown}} | {{CompatUnknown}} | {{CompatVersionUnknown}} | @@ -176,7 +176,7 @@ original_slug: Web/Events/input{{CompatUnknown}} |
on contenteditable element |
+ ao contenteditable do elemento |
{{CompatUnknown}} | {{CompatVersionUnknown}} | {{CompatUnknown}} | @@ -186,7 +186,7 @@ original_slug: Web/Events/input{{CompatVersionUnknown}} |
when designMode is "on" |
+ quando designMode está "ativado" |
{{CompatUnknown}} | {{CompatUnknown}} | {{CompatUnknown}} | @@ -229,13 +229,13 @@ original_slug: Web/Events/input
[1] Prior to Gecko 12.0 {{geckoRelease("12.0")}}, Gecko didn't fire input events while composition was ongoing using IMEs or when dead keys were used on Mac OS X.
+[1] Antes do Gecko 12.0 {{geckoRelease("12.0")}}, Gecko não disparava eventos input embora a composição tenha continuado usando IMEs ou quando pressionado as "teclas mortas" do Mac OS X.
-[2] IE 9 does not fire an input event when the user deletes characters from an input (e.g. by pressing Backspace or Delete, or using the "Cut" operation).
+[2] IE 9 não dispara evento de input quando caracteres são deletados (ex.: pressionando Backspace ou Delete, ou utilizando a operação de cortar).
-[3] Prior to Opera 15, Opera did not fire an input event after dropping text in an input field.
+[3] Antes do Opera 15, Opera não disparava evento de input ao colar texto no input.
-[4] The event target is the innermost element at the caret position.
+[4] O alvo do evento é o elemento mais interno na posição do cursor.
Also the change
event is related. change
fires less often than input
– it only fires when the changes are committed by the user.
O evento de change
é relacionado. change
dispara com menos frequência que o input
– ele só irá disparar quando as mudanças forem finalizadas pelo usuário.