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/http | |
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/http')
-rw-r--r-- | files/pt-br/web/http/headers/content-language/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/http/headers/feature-policy/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/http/headers/content-language/index.html b/files/pt-br/web/http/headers/content-language/index.html index 6ba949b262..f7314e9149 100644 --- a/files/pt-br/web/http/headers/content-language/index.html +++ b/files/pt-br/web/http/headers/content-language/index.html @@ -58,7 +58,7 @@ Content-Language: de-DE, en-CA <h3 id="Indicando_a_língua_que_um_documento_está_escrito">Indicando a língua que um documento está escrito</h3> -<p>O atributo global <code><a href="/en-US/docs/Web/HTML/Global_attributes/lang">lang</a></code> é usado em elementos HTML para indicar a língua de um documento <a href="/en-US/docs/Web/HTML">HTML</a> ou partes dele.</p> +<p>O atributo global <code><a href="/pt-BR/docs/Web/HTML/Global_attributes/lang">lang</a></code> é usado em elementos HTML para indicar a língua de um documento <a href="/en-US/docs/Web/HTML">HTML</a> ou partes dele.</p> <pre class="brush: html"><html lang="de"></pre> diff --git a/files/pt-br/web/http/headers/feature-policy/index.html b/files/pt-br/web/http/headers/feature-policy/index.html index 90e4232f4a..4ca139cbff 100644 --- a/files/pt-br/web/http/headers/feature-policy/index.html +++ b/files/pt-br/web/http/headers/feature-policy/index.html @@ -68,7 +68,7 @@ translation_of: Web/HTTP/Headers/Feature-Policy <dt>{{httpheader('Feature-Policy/encrypted-media', 'encrypted-media')}}</dt> <dd>Controla se o documento atual é permitido de usar a API <a href="/en-US/docs/Web/API/Encrypted_Media_Extensions_API">Extensões de Mídias Encriptadas (<em>Encrypted Media Extensions</em>)</a> (EME). Quando esta política é desabilitada, a {{domxref("Promise")}} returnada pelo {{domxref("Navigator.requestMediaKeySystemAccess()")}} irá rejeitar com um {{domxref("DOMException")}}.</dd> <dt>{{httpheader('Feature-Policy/execution-while-not-rendered', 'execution-while-not-rendered')}}</dt> - <dd>Controla se as tarefas devem ser executadas em enquadramentos enquanto não são renderizados (e.g. se um enquadramento é <code><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden">hidden</a></code> ou <code>display: none</code>).</dd> + <dd>Controla se as tarefas devem ser executadas em enquadramentos enquanto não são renderizados (e.g. se um enquadramento é <code><a href="https://developer.mozilla.org/pt-BR/docs/Web/HTML/Global_attributes/hidden">hidden</a></code> ou <code>display: none</code>).</dd> <dt>{{httpheader('Feature-Policy/execution-while-out-of-viewport', 'execution-while-out-of-viewport')}}</dt> <dd>Controla se as tarefas devem ser executadas em enquadramentos enquanto eles estão fora da janela de visualização visível.</dd> </dl> |