patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
https://www.kunkalabs.com/mixitup/
4.52k stars 736 forks source link

Accessible pagination #613

Open alex-kodr opened 1 year ago

alex-kodr commented 1 year ago

Hi Patrick,

This is more of a feature request than a bug. Have you thought about adding some accessibility elements to the pagination plugin?

I've started doing some myself adding aria-label="Go to Page ${pageNumber}" it would be nice to add aria-label="Current Page & aria-current="true" on the active element. Also aria-disabled="true" on the disabled elements (next / prev). Also adding aria-disabled="true" to the .mixitup-page-list when there are no results. If you can help at all with the above, I'd be more than happy to paste in my final code here for anyone else looking to add accessibility to the pagination.

Thanks