From da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 19 Aug 2021 15:37:01 +0200 Subject: Removes wiki.d.m.o in absolute links (#1903) --- files/pt-br/web/html/element/embed/index.html | 2 +- files/pt-br/web/html/element/img/index.html | 4 ++-- files/pt-br/web/html/global_attributes/contenteditable/index.html | 2 +- files/pt-br/web/html/global_attributes/tabindex/index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'files/pt-br/web/html') diff --git a/files/pt-br/web/html/element/embed/index.html b/files/pt-br/web/html/element/embed/index.html index 32469c38d5..21568d0d96 100644 --- a/files/pt-br/web/html/element/embed/index.html +++ b/files/pt-br/web/html/element/embed/index.html @@ -52,7 +52,7 @@ translation_of: Web/HTML/Element/embed
{{htmlattrdef("src")}}
A URL do recurso que está sendo incorporado.
{{htmlattrdef("type")}}
-
O tipo MIME a ser usado para a seleção do plug-in de instanciação.
+
O tipo MIME a ser usado para a seleção do plug-in de instanciação.
{{htmlattrdef("width")}}
A largura apresentada do recurso, em CSS pixels. Este deve ser um valor absoluto; porcentagens não são permitidas.
diff --git a/files/pt-br/web/html/element/img/index.html b/files/pt-br/web/html/element/img/index.html index f87f9f0bcf..4e23168ce4 100644 --- a/files/pt-br/web/html/element/img/index.html +++ b/files/pt-br/web/html/element/img/index.html @@ -187,7 +187,7 @@ translation_of: Web/HTML/Element/img
  • An alt Decision Tree • Images • WAI Web Accessibility Tutorials
  • Alt-texts: The Ultimate Guide — Axess Lab
  • How to Design Great Alt Text: An Introduction | Deque
  • -
  • MDN Understanding WCAG, Guideline 1.1 explanations
  • +
  • MDN Understanding WCAG, Guideline 1.1 explanations
  • Understanding Success Criterion 1.1.1 | W3C Understanding WCAG 2.0
  • @@ -195,7 +195,7 @@ translation_of: Web/HTML/Element/img

    O atributo {{htmlattrxref("title")}} não é um substituto aceitável para o atributo alt. Além disso, evite duplicar o valor do atributo alt no atributo title para uma mesma imagem. Isso pode fazer com que alguns programas leitores de tela narrem duas vezes a descrição, o que pode criar uma experiência confusa para usuários.

    -

    Evite usar o atributo title como uma forma suplementar de legenda para a descrição do alt. Caso a imagem precise de uma legenda, prefisa os elementos figure e figcaption.

    +

    Evite usar o atributo title como uma forma suplementar de legenda para a descrição do alt. Caso a imagem precise de uma legenda, prefisa os elementos figure e figcaption.

    O valor do atributo title é geralmente mostrado ao usuário como uma dica, que aparece após o usuário parar o cursor sobre a imagem. Apesar de poder prover informações adicionais ao usuário, não se deve assumir todos os usuários vão vê-lo, pois o mesmo pode possuir apenas um teclado ou uma tela de toque (touchscreen). Se você considera a informação particularmente importante para o usuário, prefira o uso de elementos inline.

    diff --git a/files/pt-br/web/html/global_attributes/contenteditable/index.html b/files/pt-br/web/html/global_attributes/contenteditable/index.html index 56794951ad..19b19fd774 100644 --- a/files/pt-br/web/html/global_attributes/contenteditable/index.html +++ b/files/pt-br/web/html/global_attributes/contenteditable/index.html @@ -68,7 +68,7 @@ translation_of: Web/HTML/Global_attributes/contenteditable