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

WAI-ARIA group is missing a name #35

Open
mhk33 opened this issue Jul 27, 2020 · 0 comments
Open

WAI-ARIA group is missing a name #35

mhk33 opened this issue Jul 27, 2020 · 0 comments

Comments

@mhk33
Copy link

mhk33 commented Jul 27, 2020

We run our catalog through SiteImprove to check accessibility and get the following WCAG 2.0 Level A error:

A group created with the WAI-ARIA role="group" or role="radiogroup" is missing a name.
How to fix it: Use either the WAI-ARIA attribute 'aria-label' or 'aria-labelledby' to name the group.

It is referring to each use of this list in the blacklight-hierarchy gem:

<ul role="group" style="display: none;">

It looks like the

    needs the aria-label or aria-labelledny attribute.

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

No branches or pull requests

1 participant