aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/htmlelement
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch)
tree86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web/api/htmlelement
parent68fc8e96a9629e73469ed457abd955e548ec670c (diff)
downloadtranslated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/web/api/htmlelement')
-rw-r--r--files/pt-br/web/api/htmlelement/accesskey/index.html3
-rw-r--r--files/pt-br/web/api/htmlelement/innertext/index.html3
-rw-r--r--files/pt-br/web/api/htmlelement/input_event/index.html3
3 files changed, 6 insertions, 3 deletions
diff --git a/files/pt-br/web/api/htmlelement/accesskey/index.html b/files/pt-br/web/api/htmlelement/accesskey/index.html
index e0425e3645..0e33c34d8e 100644
--- a/files/pt-br/web/api/htmlelement/accesskey/index.html
+++ b/files/pt-br/web/api/htmlelement/accesskey/index.html
@@ -1,8 +1,9 @@
---
title: Element.accessKey
-slug: Web/API/Element/accessKey
+slug: Web/API/HTMLElement/accessKey
translation_of: Web/API/HTMLElement/accessKey
translation_of_original: Web/API/Element/accessKey
+original_slug: Web/API/Element/accessKey
---
<div>{{APIRef("DOM")}}</div>
diff --git a/files/pt-br/web/api/htmlelement/innertext/index.html b/files/pt-br/web/api/htmlelement/innertext/index.html
index 1ab5e81027..8a6f33ed32 100644
--- a/files/pt-br/web/api/htmlelement/innertext/index.html
+++ b/files/pt-br/web/api/htmlelement/innertext/index.html
@@ -1,7 +1,8 @@
---
title: Node.innerText
-slug: Web/API/Node/innerText
+slug: Web/API/HTMLElement/innerText
translation_of: Web/API/HTMLElement/innerText
+original_slug: Web/API/Node/innerText
---
<div>{{APIRef("DOM")}}</div>
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 dd69baf988..ed3453b49a 100644
--- a/files/pt-br/web/api/htmlelement/input_event/index.html
+++ b/files/pt-br/web/api/htmlelement/input_event/index.html
@@ -1,7 +1,8 @@
---
title: input
-slug: Web/Events/input
+slug: Web/API/HTMLElement/input_event
translation_of: Web/API/HTMLElement/input_event
+original_slug: Web/Events/input
---
<p>O evento <code>input do </code>DOM é disparado sincronicamente quando o valor de um elemento {{HTMLElement("input")}}, {{HTMLElement("select")}}, ou {{HTMLElement("textarea")}} é alterado. (Para elementos input com <code>type=checkbox</code> ou <code>type=radio</code>, o evento <code>input</code> não é disparado quando o usuário clica no elemento, porque o valor do atributo não é alterado.) Além disso, o evento é disparado no <a href="/en-US/docs/Web/API/HTMLElement/contentEditable"><code>contenteditable</code></a> editors quando o seu conteúdo é alterado. Nesse caso, O alvo do evento é o elemento host da edição. Se houver dois ou mais elementos que tenha <code>contenteditable</code> como true, o "host de edição" é o elemento antepassado mais próximo cujo pai não é editável. Similarmente, ele também é disparado no element raiz do <a href="/en-US/docs/Web/API/Document/designMode"><code>designMode</code></a> editors.</p>