Promptles
Frontend & Responsive Design

ARIA (Accessible Rich Internet Applications)

intermediate

Definition

A set of small labels you can add to webpage elements to tell screen readers and other assistive tools what each piece of the page is and what it's doing. ARIA is useful when the standard tags can't fully explain a custom widget on their own.

In the wild

A custom dropdown menu doesn't quite look like a normal one to a screen reader. The developer adds a few ARIA labels, 'this is a menu,' 'it's currently open,' 'this item is highlighted', so a blind user navigating with a screen reader can use it just as easily as a sighted one.

More from Frontend & Responsive Design