react-paginate
react-paginate copied to clipboard
ARIA role should be appropriate for the element
since version 8.1.4 the component have accessibility violation when using axe to check
the error is
Does not pass jest-axe
https://dequeuniversity.com/rules/axe/4.4/aria-allowed-role?application=axeAPI
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
<ul
className={className || containerClassName}
role="navigation"
aria-label="Pagination"
>
no need role for < ul >
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul#specifications
+1