-
Notifications
You must be signed in to change notification settings - Fork 415
Closed
Labels
Description
Problematic behavior
Icons hidden with the aria-hidden="true"
attribute cannot have an aria-label
attribute.
Expected behavior/code
<span aria-hidden="true" aria-label="Émoticônes du document" class="sc-34780e96-0 sc-262648e5-0 iiwUsF ihSnKO">🇫🇷</span>
Steps to Reproduce
- Look for icons that are hidden with the
aria-hidden="true"
attribute in the left sidebar, and also in the document list when arriving on Docs. - Remove the
aria-label
attributes from these icons - and that's it!


Possible Solution
Remove the aria-label
attributes from icons hidden with aria-hidden="true"
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done