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

Consider to improve the breadcrumb accessibility #6728

Closed
afercia opened this issue Feb 24, 2017 · 5 comments
Closed

Consider to improve the breadcrumb accessibility #6728

afercia opened this issue Feb 24, 2017 · 5 comments

Comments

@afercia
Copy link
Contributor

afercia commented Feb 24, 2017

The WAI-ARIA Authoring Practices are still in a working draft state, they're are a "work in progress" but at the same time the previous version 1.0 clearly states:

Work on this document has been discontinued and it should not be referenced or used as a basis for implementation. Updated guidance is now available in a new version of WAI-ARIA Authoring Practices.

So version 1.1 is the one to take into consideration. The document recommends a pattern for breadcrumbs, see: https://www.w3.org/TR/wai-aria-practices/#breadcrumb

  • Breadcrumb trail is contained within a navigation landmark region.
  • The landmark region is labelled via aria-label or aria-labelledby.
  • The link to the current page has aria-current set to page. If the element representing the current page is not a link, aria-current is optional.

Breadcrumb design pattern example:
https://www.w3.org/TR/wai-aria-practices/examples/breadcrumb/index.html

This could be a nice small improvements for the breadcrumb and seems to me there are no cons from a SEO perspective.

@afercia
Copy link
Contributor Author

afercia commented Feb 28, 2017

@AgnieszkaBorucka
Copy link

I wanted to post this request myself and wondered how long would it take before someone would consider it but now I see it would take years ;)

@thomasbacon
Copy link

  • 1 on this request; It seems like a straight forward change that will only improve accessibility!

@afercia
Copy link
Contributor Author

afercia commented Jan 7, 2019

Also to consider this very recent (December 23, 2018) study by the Nielsen Norman Group: https://www.nngroup.com/articles/breadcrumbs/

@afercia
Copy link
Contributor Author

afercia commented Jan 28, 2019

Closing in favor of #12109.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants