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.