## Keyboard Shortcuts


The breadcrumb is a navigation component that contains focusable links.

| Shortcut | Behavior |
| -------- | -------- |
| `Tab` & `Shift+Tab` | Focuses next and previous breadcrumb items. The focusable element is the element with either `a` tag, or `role=\"link\"` |
| `Enter` | Selects the Bredcrumb item, and navigates to it (if navigatable). |

## Resources

[ARIA Authoring Practices: Breadcrumb](https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/examples/breadcrumb/)
