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

Informações gerais

-
Specification
+
Especificação
HTML5, DOM Level 3 Events
Interface
{{domxref("Event")}}, {{domxref("InputEvent")}}
-
Bubbles
-
Yes
-
Cancelable
-
No
-
Target
-
Element
-
Default Action
-
The value or the content is modified.
+
Borbulha
+
Sim
+
Cancelável
+
Não
+
Alvo
+
Elemento
+
Ação padrão
+
O valor ou o conteúdo é modificado.

Propriedades

@@ -28,31 +28,31 @@ original_slug: Web/Events/input - - - + + + - + - + - + - +
PropertyTypeDescriptionPropriedadeTipoDescriçã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.
@@ -65,7 +65,7 @@ original_slug: Web/Events/input - + @@ -74,7 +74,7 @@ original_slug: Web/Events/input - + @@ -83,7 +83,7 @@ original_slug: Web/Events/input - + @@ -92,7 +92,7 @@ original_slug: Web/Events/input - + @@ -103,7 +103,7 @@ original_slug: Web/Events/input - + @@ -146,7 +146,7 @@ original_slug: Web/Events/input
FeatureFuncionalidade Chrome Edge Firefox (Gecko)Safari
Basic supportSuporte básico {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatVersionUnknown}}[1]{{CompatVersionUnknown}}
immediately after compositionupdateimediatamente ao compositionupdate {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatGeckoDesktop("12")}}{{CompatVersionUnknown}}
on contenteditable elementao contenteditable do elemento {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatGeckoDesktop("14")}}{{CompatVersionUnknown}}
when designMode is "on"quando designMode está "ativado" {{CompatVersionUnknown}} {{CompatUnknown}} {{CompatGeckoDesktop("14")}}
- + @@ -156,7 +156,7 @@ original_slug: Web/Events/input - + @@ -166,7 +166,7 @@ original_slug: Web/Events/input - + @@ -176,7 +176,7 @@ original_slug: Web/Events/input - + @@ -186,7 +186,7 @@ original_slug: Web/Events/input - + @@ -229,13 +229,13 @@ original_slug: Web/Events/input
FeatureFuncionalidade Android Chrome for Android EdgeSafari Mobile
Basic supportSuporte básico {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatVersionUnknown}}{{CompatVersionUnknown}}
immediately after compositionupdateimediatamente ao compositionupdate {{CompatUnknown}} {{CompatUnknown}} {{CompatVersionUnknown}}{{CompatUnknown}}
on contenteditable elementao contenteditable do elemento {{CompatUnknown}} {{CompatVersionUnknown}} {{CompatUnknown}}{{CompatVersionUnknown}}
when designMode is "on"quando designMode está "ativado" {{CompatUnknown}} {{CompatUnknown}} {{CompatUnknown}}
-

[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.

Veja também

@@ -246,4 +246,4 @@ original_slug: Web/Events/input
  • {{event("input")}}
  • -

    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.

    -- cgit v1.2.3-54-g00ecf