AdeleD / react-paginate

A ReactJS component that creates a pagination
MIT License
2.76k stars 628 forks source link

AxeMonitor accessibility issue with react-paginate #498

Open matteoTomicic opened 1 year ago

matteoTomicic commented 1 year ago

With 8.1.4 update where you have added an ARIA role navigation to the main "ul" tag, you got the following AxeMonitor accessibility issue: "List item does not have a "ul", "ol" parent element without a role, or a role="list" ".

Maybe you can set the role attribute to be optional or to choose between "navigation" and "list".

papabear commented 1 year ago

This is causing our accessibilty tests to fail. Can we get an override option?