accessibility glossary

ARIA Label

An ARIA label (aria-label) is an attribute that provides an invisible text name for an element, used when there is no visible text label a screen reader can read, such as an icon-only button.

For example, a magnifying-glass search button with no visible text needs aria-label=”Search” so a screen reader user knows what it does, since the icon alone conveys nothing to them. A related attribute, aria-labelledby, does the same job but references the ID of existing visible text elsewhere on the page instead of duplicating it.

ARIA labels should be used sparingly and only when genuinely needed; overriding an element’s accessible name with an aria-label that doesn’t match its visible text can actually create confusion for voice-control users trying to say what they see on screen.

Need help with Accessibility Remediation Services? See how halfAccessible can help.

Accessibility Remediation Services