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/html/global_attributes/accesskey/index.html | |
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/html/global_attributes/accesskey/index.html')
-rw-r--r-- | files/pt-br/web/html/global_attributes/accesskey/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/html/global_attributes/accesskey/index.html b/files/pt-br/web/html/global_attributes/accesskey/index.html index 9eee0d542e..8420e519a1 100644 --- a/files/pt-br/web/html/global_attributes/accesskey/index.html +++ b/files/pt-br/web/html/global_attributes/accesskey/index.html @@ -8,7 +8,7 @@ translation_of: Web/HTML/Global_attributes/accesskey --- <div>{{HTMLSidebar("Global_attributes")}}</div> -<p>O <a href="/en-US/docs/Web/HTML/Global_attributes">atributo global</a> <code><strong>accesskey</strong></code> fornece uma dica para gerar um atalho de teclado no elemento atual. O valor do atributo deve consistir em um único caracter imprimível (que inclui caracteres acentuados e outros caracteres que podem ser gerados pelo teclado).</p> +<p>O <a href="/pt-BR/docs/Web/HTML/Global_attributes">atributo global</a> <code><strong>accesskey</strong></code> fornece uma dica para gerar um atalho de teclado no elemento atual. O valor do atributo deve consistir em um único caracter imprimível (que inclui caracteres acentuados e outros caracteres que podem ser gerados pelo teclado).</p> <div>{{EmbedInteractiveExample("pages/tabbed/attribute-accesskey.html","tabbed-shorter")}}</div> @@ -133,5 +133,5 @@ translation_of: Web/HTML/Global_attributes/accesskey <ul> <li>{{domxref("Element.accessKey")}}</li> <li>{{domxref("HTMLElement.accessKeyLabel")}}</li> - <li>All <a href="/en-US/docs/Web/HTML/Global_attributes">global attributes</a>.</li> + <li>Todos os <a href="/pt-BR/docs/Web/HTML/Global_attributes">atributos globais</a>.</li> </ul> |