accessible-name-invalid
Suitable accessible name not found for the element.
Severity: Critical
Description
Considering the interactive element’s intended purpose, the element lacks an accessible name or the pre-existing one is unsuitable. This is crucial for enabling screen reader users to fully understand the element.
Why is it important?
Assistive technologies such as screen readers provide users with information about a user interface control, including its accessible name, when it receives focus.
Examples
-
Success:
- Using an appropriate ARIA label to describe the element.
-
Failure: Using generic accessible names like:
- Read more
- Click here
How to fix?
Add a suitable accessible ARIA label to the element to resolve this issue.
References
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!