-
Notifications
You must be signed in to change notification settings - Fork 628
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
ARIA role should be appropriate for the element #492
Comments
Same problem here. Any idea how to fix it? |
Same here! Would be nice to get this fixed, since this should be a one-liner. |
Same here. Let us pass role as prop if it's okay |
Hello same problem don't pass Jest-Axe in file PaginationBoxView.js
no need role for < ul > https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul#specifications |
+1 |
Hello, i receive this comment "This is actually a bug in v8.1.3. v8.1.2 is the last version that does not have this accessibility violation." by email but it does not appear here. I can confirm that this issue is still in the last version 8.1.5 because the pull request that can fix it is not merged fix #459: Remove incorrect aria role navigation #494 regards |
since version 8.1.4 the component have accessibility violation when using axe to check
the error is
Received: "ARIA role should be appropriate for the element (aria-allowed-role)" Fix any of the following: ARIA role navigation is not allowed for given element You can find more information on this issue here: https://dequeuniversity.com/rules/axe/4.5/aria-allowed-role?application=axeAPI
the role navigation is not allow for ul elment
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/navigation_role
The text was updated successfully, but these errors were encountered: