Learn Before
  • Implementing Elements of Accessible Design

Label UI Elements

To let screen reader users know which UI elements are tappable, enable screen readers to read the names of components out loud. The contentDescription attribute can be added to components (such as buttons, icons, and tabs) that contain icons without visible text. For web apps, add an add aria-label.

0

1

5 years ago

Tags

Design Science

Related
  • Other Design Considerations for Implementing Accessible Design

  • Label UI Elements

  • Testing and Research for an Accessible Experience