From 6b6a80e8f27b341ce9d977ed9a67f8324ea197bc Mon Sep 17 00:00:00 2001 From: Aniort Date: Thu, 6 Jun 2024 10:24:27 +0000 Subject: [PATCH] deploy: 1122157928a06f4ced5cb31fe954225946776b79 --- en/articles/aria-attributes-that-can-save-you/index.html | 2 +- fr/articles/attributs-aria-qui-peuvent-vous-sauver/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"