Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(a11y): more accessible breadcrumbs #124

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

Restioson
Copy link
Collaborator

This is based on Bootstrap's example, and conforms to the WAI-ARIA Authoring Practices Guide for breadcrumbs. The separators are added via CSS in bootstrap. I decided to keep it with the default / separator from Bootstrap (this is used in the WAI-ARIA example too), but happy to switch back to the previous >.

The way this is read on my Android device in TalkBack is "Institutions - link one of two in list of two items. Slash two of two. (Institution name)"

This is based on [Bootstrap](https://getbootstrap.com/docs/4.0/components/breadcrumb/)'s example, and conforms to the WAI-ARIA Authoring Practices Guide for [breadcrumbs](https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/examples/breadcrumb/)
@Restioson Restioson merged commit bef1fa3 into main Oct 3, 2024
2 checks passed
@Restioson Restioson deleted the fix/breadcrumb-a11y branch October 3, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants