Learn Before
Concept
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
Updated 2021-03-30
Tags
Design Science