diff options
author | Luiz Fernando F. G. Valle <luizfvalle@pm.me> | 2021-11-07 09:48:10 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-07 09:48:10 -0300 |
commit | 7bc6744472098eaaea483f07b30c93460ab34f5f (patch) | |
tree | fb0deaa710520f579d624753e419e75469bb1168 /files/pt-br/web/api | |
parent | 174082611c8e9fe7748ded5f969a1c58749a5c42 (diff) | |
download | translated-content-7bc6744472098eaaea483f07b30c93460ab34f5f.tar.gz translated-content-7bc6744472098eaaea483f07b30c93460ab34f5f.tar.bz2 translated-content-7bc6744472098eaaea483f07b30c93460ab34f5f.zip |
[pt-BR] Anchors to /Global_attributes now point to pt-BR (#2990)
Only when suitable, i.e. sections written in Portuguese.
No unrelated changes, but some minimal fixes have been applied to the same line in some cases.
Diffstat (limited to 'files/pt-br/web/api')
-rw-r--r-- | files/pt-br/web/api/document/execcommand/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/document/getelementsbyname/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/element/id/index.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/files/pt-br/web/api/document/execcommand/index.html b/files/pt-br/web/api/document/execcommand/index.html index fe54182cac..8199639a9a 100644 --- a/files/pt-br/web/api/document/execcommand/index.html +++ b/files/pt-br/web/api/document/execcommand/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Document/execCommand --- <div>{{ApiRef("DOM")}}{{Obsolete_header}}</div> -<p><span class="seoSummary">Quando um documento HTML está em <code><a href="/en-US/docs/Web/API/Document/designMode">designMode</a></code>, seu objeto <code>document</code> expõe um metodo <strong><code>execCommand</code></strong> para editar a região editável corrente, algo como elementos <a href="/en-US/docs/Web/HTML/Element/input">form inputs</a> ou <code><a href="/en-US/docs/Web/HTML/Global_attributes/contenteditable">contentEditable</a></code>.</span></p> +<p><span class="seoSummary">Quando um documento HTML está em <code><a href="/en-US/docs/Web/API/Document/designMode">designMode</a></code>, seu objeto <code>document</code> expõe um metodo <strong><code>execCommand</code></strong> para editar a região editável corrente, algo como elementos <a href="/en-US/docs/Web/HTML/Element/input">form inputs</a> ou <code><a href="/pt-BR/docs/Web/HTML/Global_attributes/contenteditable">contentEditable</a></code>.</span></p> <p>A maioria dos comandos afetam apaenas uma área selecionada [<a href="/en-US/docs/Web/API/Selection">seleção</a>] (negrito, itálico, etc.), enquantos outros adicionam novos elementos (adicionar um link por exemplo), ou afetam uma linha toda (identação). Quando usando <code>contentEditable</code>, o metódo <code>execCommand()</code> afeta o elemento editável ativo.</p> diff --git a/files/pt-br/web/api/document/getelementsbyname/index.html b/files/pt-br/web/api/document/getelementsbyname/index.html index 95a80f6796..ad020540de 100644 --- a/files/pt-br/web/api/document/getelementsbyname/index.html +++ b/files/pt-br/web/api/document/getelementsbyname/index.html @@ -40,7 +40,7 @@ translation_of: Web/API/Document/getElementsByName <p>A coleção retornada {{domxref("NodeList")}} contém <em>todos</em> os elementos com o respectivo <code>nome</code>, tal como {{htmlelement("meta")}}, {{htmlelement("object")}}, e até os elementos o qual não suporta o atributo <code>nome</code> para todos.</p> <div class="warning"> -<p>O método <strong>getElementsByName</strong> trabalha diferentemente em IE10 e anteriores. Além de que, <code>getElementsByName()</code> também retorna elementos que tem um <a href="/en-US/docs/Web/HTML/Global_attributes/id">atributo</a> <code><a href="/en-US/docs/Web/HTML/Global_attributes/id">id</a></code> com o valor especificado. Seja cuidadoso para não usar a mesma string como ambos <code>nome</code> e <code>id</code>.</p> +<p>O método <strong>getElementsByName</strong> trabalha diferentemente em IE10 e anteriores. Além de que, <code>getElementsByName()</code> também retorna elementos que tem um <a href="/pt-BR/docs/Web/HTML/Global_attributes/id">atributo <code>id</code></a> com o valor especificado. Seja cuidadoso para não usar a mesma string como ambos <code>nome</code> e <code>id</code>.</p> </div> <div class="warning"> diff --git a/files/pt-br/web/api/element/id/index.html b/files/pt-br/web/api/element/id/index.html index c9b8bfadbc..b6e75a7c9f 100644 --- a/files/pt-br/web/api/element/id/index.html +++ b/files/pt-br/web/api/element/id/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/Element/id <div> </div> -<p>A propriedade <strong><code>Element.id</code></strong> representa o identificador do elemento, refletindo no atributo global <strong><a href="/en-US/docs/Web/HTML/Global_attributes/id">id</a></strong>.</p> +<p>A propriedade <strong><code>Element.id</code></strong> representa o identificador do elemento, refletindo no atributo global <strong><a href="/pt-BR/docs/Web/HTML/Global_attributes/id">id</a></strong>.</p> <p>O ID precisa ser único no documento, e geralmente é utilizado para obter o elemento usando {{domxref("document.getElementById", "getElementById")}}.. Outro uso comum de <code>id</code> é utilizar o <a href="/en-US/docs/Web/CSS/ID_selectors" title="Web/CSS/ID_selectors">ID como um seletor</a> ao estilizar o documento com CSS.</p> @@ -115,5 +115,5 @@ translation_of: Web/API/Element/id <h2 id="Veja_também">Veja também</h2> <ul> - <li>O atributo global <a href="/en-US/docs/Web/HTML/Global_attributes/id"><strong>id</strong></a>.</li> + <li>O atributo global <a href="/pt-BR/docs/Web/HTML/Global_attributes/id"><strong>id</strong></a>.</li> </ul> |