From 7bc6744472098eaaea483f07b30c93460ab34f5f Mon Sep 17 00:00:00 2001 From: "Luiz Fernando F. G. Valle" Date: Sun, 7 Nov 2021 09:48:10 -0300 Subject: [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. --- files/pt-br/web/api/document/execcommand/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br/web/api/document/execcommand/index.html') 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 ---
{{ApiRef("DOM")}}{{Obsolete_header}}
-

Quando um documento HTML está em designMode, seu objeto document  expõe um metodo execCommand para editar a região editável corrente, algo como elementos form inputs ou contentEditable.

+

Quando um documento HTML está em designMode, seu objeto document  expõe um metodo execCommand para editar a região editável corrente, algo como elementos form inputs ou contentEditable.

A maioria dos comandos afetam apaenas uma área selecionada [seleção] (negrito, itálico, etc.), enquantos outros adicionam novos elementos (adicionar um link por exemplo), ou afetam uma linha toda (identação). Quando usando contentEditable, o metódo execCommand() afeta o elemento editável ativo.

-- cgit v1.2.3-54-g00ecf