Skip to main content

Interactive Element Accessibility Label

Note:
  • Rule Category : Accessibility Labels
  • WCAG Guidelines : 2.1 - 1.3.1 (A), 2.1 - 2.4.6 (AA) , 2.1 - 4.1.2 (A)
  • Rule Severity : Serious
  • Supported Platforms : Android, iOS

Description

All interactable UI elements or custom views must have a descriptive accessibility label. This label is essential for Screen Readers to understand the element’s name, value, and purpose.

How to fix

  • Andriod : Ensure contentDescription property is defined for the element. This label is used by assistive technologies such as Screen Readers to announce and trigger actions for interactable elements.”

  • iOS : Ensure proper accessibilityLabel property is defined for the element. This label is used by assistive technologies such as Screen Readers to announce and trigger actions for interactable elements.

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

Is this page helping you?

Yes
No

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!

Talk to an Expert
Download Copy