michaelbromley / ngx-pagination

Pagination for Angular
http://michaelbromley.github.io/ngx-pagination/
MIT License
1.21k stars 244 forks source link

improve accessibilty #386

Closed jpray closed 2 years ago

jpray commented 2 years ago

Axe was showing some errors for misused aria labels and color contrast on the disabled Previous/Next elements. I also noticed when using the Previous/Next buttons that VoiceOver wasn't announcing the current page. This PR addresses those items.

michaelbromley commented 2 years ago

Thank you very much!