SiteLint documentation and guidelines

Use caution with aria-hidden=”false” because content may still be exposed unintentionally

Description

Rule ID: aria-hidden-false.

aria-hidden="false" should be used with caution.

Context

When aria-hidden="false" is defined, 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