patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more

Home Page:https://www.kunkalabs.com/mixitup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessible pagination

alex-kodr opened this issue · comments

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