Learn Before
Concept
Describe Control Types and States
Screen readers may automatically announce a control's type or state by speaking the control name. It's helpful to use short descriptions for each UI element that describes its purpose (ie. Search, Submit). You shouldn't include the control type as the ARIA label will inherently announce the control type for screen readers. Also you should consider not including the current state of the UI element (ie. whether it's selected or not).
0
1
Updated 2021-02-27
Tags
Design Science