You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the interface is in French, the button label must be in French.
If the interface is set to French, the text that appears in the aria-label attributes must be translated.
If CSS is disabled, there is a loss of information regarding the icon.
Possible Solution
If CSS is disabled, there is a loss of information regarding the icon.
Hide the icon with an aria-hidden="true" attribute so it is not announced by screen readers, nor visible if there is no CSS enabled on the page.
Add hidden text like sr-only or visually-hidden that provides information equivalent to what the icon conveys.
Problematic behavior
If the interface is set to French, the text that appears in the
aria-label
attributes must be translated.Possible Solution
Hide the icon with an
aria-hidden="true"
attribute so it is not announced by screen readers, nor visible if there is no CSS enabled on the page.Add hidden text like
sr-only
orvisually-hidden
that provides information equivalent to what the icon conveys.Additional context/Screenshots
https://www.ffoodd.fr/masquage-accessible-de-pointe/
The text was updated successfully, but these errors were encountered: