aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/css
diff options
context:
space:
mode:
authorLuiz Fernando F. G. Valle <luizfvalle@pm.me>2021-11-07 09:48:10 -0300
committerGitHub <noreply@github.com>2021-11-07 09:48:10 -0300
commit7bc6744472098eaaea483f07b30c93460ab34f5f (patch)
treefb0deaa710520f579d624753e419e75469bb1168 /files/pt-br/web/css
parent174082611c8e9fe7748ded5f969a1c58749a5c42 (diff)
downloadtranslated-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/css')
-rw-r--r--files/pt-br/web/css/class_selectors/index.html2
-rw-r--r--files/pt-br/web/css/hyphens/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/css/class_selectors/index.html b/files/pt-br/web/css/class_selectors/index.html
index 72a381fdb1..6512de6451 100644
--- a/files/pt-br/web/css/class_selectors/index.html
+++ b/files/pt-br/web/css/class_selectors/index.html
@@ -8,7 +8,7 @@ tags:
- Seletores
translation_of: Web/CSS/Class_selectors
---
-<p>O <strong>seletor de classes</strong> <a href="/en-US/docs/CSS">CSS</a> corresponde aos elementos com base no conteúdo de seus atributos <code><a href="/en-US/docs/Web/HTML/Global_attributes#attr-class">class</a>.</code></p>
+<p>O <strong>seletor de classes</strong> <a href="/en-US/docs/CSS">CSS</a> corresponde aos elementos com base no conteúdo de seus atributos <code><a href="/pt-BR/docs/Web/HTML/Global_attributes#attr-class">class</a>.</code></p>
<pre class="brush: css no-line-numbers notranslate">/* Todos os elementos com class="espaçoso" */
.espaçoso {
diff --git a/files/pt-br/web/css/hyphens/index.html b/files/pt-br/web/css/hyphens/index.html
index 3f50afba50..b0724760fa 100644
--- a/files/pt-br/web/css/hyphens/index.html
+++ b/files/pt-br/web/css/hyphens/index.html
@@ -20,7 +20,7 @@ hyphens: initial;
hyphens: unset;
</pre>
-<p>Regras de hifenização são específicas para cada idioma. Em HTML, o idioma é determinado pelo atributo <code><a href="/en-US/docs/Web/HTML/Global_attributes/lang">lang</a>,</code> e os navegadores irão utilizar hífen apenas caso este atributo esteja presente e se houver um dicionário de hifenização disponível. Em XML, deve ser usado o atributo <code><a href="/en-US/docs/Web/SVG/Attribute/xml:lang">xml:lang</a>.</code></p>
+<p>Regras de hifenização são específicas para cada idioma. Em HTML, o idioma é determinado pelo atributo <code><a href="/pt-BR/docs/Web/HTML/Global_attributes/lang">lang</a>,</code> e os navegadores irão utilizar hífen apenas caso este atributo esteja presente e se houver um dicionário de hifenização disponível. Em XML, deve ser usado o atributo <code><a href="/en-US/docs/Web/SVG/Attribute/xml:lang">xml:lang</a>.</code></p>
<div class="note">
<p><strong>Nota:</strong> As regras que definem como a hifenização é realizada não são explicitamente definidas pela especificação, então a hifenização exata pode variar de navegador para navegador.</p>