Skip to main content

Imageview Element Accessibility Label

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

Description

Informative ImageView or ImageButton elements that convey information graphically should provide accessibility label. This attribute provides a content label that describes the graphic, making it accessible to screen readers.

How to fix

  • Android: Ensure that any ImageView or ImageButton used to convey meaningful information includes a contentDescription property. This description should clearly articulate the visual content and purpose of the image. Without it, screen readers cannot narrate the image’s context.

  • iOS: Ensure that any ImageView or ImageButton used to convey meaningful information includes a accessibilityLabel property. This description should clearly articulate the visual content and purpose of the image. Without it, screen readers cannot narrate the image’s context.

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