react-paginate icon indicating copy to clipboard operation
react-paginate copied to clipboard

AxeMonitor accessibility issue with react-paginate

Open matteoTomicic opened this issue 9 months ago • 1 comments

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".

matteoTomicic avatar Sep 20 '23 07:09 matteoTomicic