diff --git a/en/articles/aria-attributes-that-can-save-you/index.html b/en/articles/aria-attributes-that-can-save-you/index.html index 9f8ae7bd6..544aba7c7 100644 --- a/en/articles/aria-attributes-that-can-save-you/index.html +++ b/en/articles/aria-attributes-that-can-save-you/index.html @@ -214,7 +214,7 @@

Should it be used and how? Examples #


-<button aria-label="Access Hypertext markup language">html</button>
+<button aria-label="Access html (Hypertext markup language)">html</button>
 

Screen reader output: "Access Hypertext markup language"


diff --git a/fr/articles/attributs-aria-qui-peuvent-vous-sauver/index.html b/fr/articles/attributs-aria-qui-peuvent-vous-sauver/index.html
index 4c042b163..845673991 100644
--- a/fr/articles/attributs-aria-qui-peuvent-vous-sauver/index.html
+++ b/fr/articles/attributs-aria-qui-peuvent-vous-sauver/index.html
@@ -214,7 +214,7 @@ 

Faut-il les utiliser et comment ? Quant à lui, aria-describedby va rajouter au nom accessible de l'élément, une description accessible, plus longue ou plus complète, logiquement, que le nom accessible.

Exemples #


-<button aria-label="accéder au code Hypertext markup language">html</button>
+<button aria-label="accéder au code html (Hypertext markup language)">html</button>
 

Sortie pour un lecteur d'écran : "accéder au code Hypertext markup language"