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/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/index.html')
-rw-r--r-- | files/pt-br/web/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/html/index.html b/files/pt-br/web/html/index.html index ae9ac88b35..cca4dcba52 100644 --- a/files/pt-br/web/html/index.html +++ b/files/pt-br/web/html/index.html @@ -87,7 +87,7 @@ translation_of: Web/HTML <dl> <dt class="landingPageList"><a href="/en-US/docs/Web/HTML/Attributes">Referência de atributos em HTML</a></dt> <dd class="landingPageList">Elementos em HTML possuem atributos. Estes configuram ou ajustam o funcionamento e o comportamento dos seus elementos de muitas maneiras.</dd> - <dt class="landingPageList"><a href="/en-US/docs/Web/HTML/Global_attributes">Atributos Globais</a></dt> + <dt class="landingPageList"><a href="/pt-BR/docs/Web/HTML/Global_attributes">Atributos Globais</a></dt> <dd class="landingPageList">Os atributos globais podem ser utilizados em todos os <a href="/en-US/docs/Web/HTML/Element">elementos HTML</a>, <em>mesmo aqueles que não são especificados como padrão</em>. Isso significa que qualquer elemento não padrão vai permitir estes atributos, mesmo que este retorne um documento HTML5 incompatível.</dd> </dl> |