Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

"Breadcrumb" announcement is not read by the screenreader #595

Closed
bit-pro-iew-eui opened this issue Nov 17, 2017 · 3 comments
Closed

"Breadcrumb" announcement is not read by the screenreader #595

bit-pro-iew-eui opened this issue Nov 17, 2017 · 3 comments
Assignees
Projects
Milestone

Comments

@bit-pro-iew-eui
Copy link
Contributor

The announcement of "breadcrumb" is not read by the screenreader. The problem is that in the class .hidden the "display:none" causes the screenreader to skip it. The solution is this:

image

https://swiss.github.io/styleguide/de/hierarchical-navigation.html#01-hierarchical-navigation-02-breadcrumb

@gillerr
Copy link
Contributor

gillerr commented Nov 21, 2017

use sr-only class instead of hidden class

@gillerr
Copy link
Contributor

gillerr commented Dec 6, 2017

The title with hidden class is the target of an aria-labelledby attribute. It will be read even if not displayed

gillerr added a commit that referenced this issue Dec 7, 2017
Release 3.2 automation moved this from ToDo to Done Dec 7, 2017
@bit-pro-iew-eui bit-pro-iew-eui modified the milestones: 3.3, 3.2 Dec 7, 2017
@bit-pro-iew-eui
Copy link
Contributor Author

Ok, validated

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Release 3.2
  
Done
Development

No branches or pull requests

2 participants