An invisible text label written into a page's code that tells a screen reader what a control does, used when an icon-only button or unlabelled field wouldn't otherwise make sense out loud.
Synonyms
- aria-label
- accessible label
Related terms
In plain words
- a hidden name that tells screen readers what a button is for
- an invisible label for an icon button
Usage example
The magnifying-glass icon got an aria label of "Search" so screen readers wouldn't just say "button".
Don't confuse with…
- tooltipA tooltip is a small hint most sighted mouse users see on hover; an aria label is code-only text specifically for assistive technology.
Categories
- Accessibility