ARIA Breadcrumb Design Pattern Example

This example shows the breadcrumb design pattern.

Accessibility Feature

If markedup with a labelled nav element, the breadcrumb will be exposed as such.

Keyboard Support

No keyboard interaction needed.

ARIA Roles, Properties and States

Role Property/State Usage
aria-current with a value of page Mark the current page within the widget.

Source Code