From 42aa7e5c439311a9b8a4cfc98011ab08e04193c8 Mon Sep 17 00:00:00 2001 From: Nicolas Zerr Date: Thu, 18 Nov 2021 15:11:18 +0100 Subject: [PATCH] Adaptation to the RGAA 4 --- _doc/accessibility/links/explicit-link.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_doc/accessibility/links/explicit-link.md b/_doc/accessibility/links/explicit-link.md index a158b7c..6955af4 100644 --- a/_doc/accessibility/links/explicit-link.md +++ b/_doc/accessibility/links/explicit-link.md @@ -43,6 +43,7 @@ In the case of an HTML link, the accessible name is provided in the following or * The content related to the `aria-labelledby` attribute. * Otherwise, the content of the `aria-label` attribute. * Otherwise, the content of an `` element (text, alt...). +* Otherwise, the content of the `title` attribute ([see particularity about the `title` attribute](#about-the-title-attribute)). For example, for an `aria-label` attribute and link content, it is the content of the `aria-label` attribute that is considered as the accessible name.