Description
aria-hidden="false"
should be used with caution.
Context
When aria-hidden="false"
is defined then we need to be cautious, as the child content is always readable by screen readers regardless of setting aria-hidden="false"
on any child element.
How to fix it
Avoid setting aria-hidden="false"
.
Standard
Accessibility, Best Practices, Sitelint