mislav / will_paginate

Pagination library for Rails and other Ruby applications
http://github.com/mislav/will_paginate/wikis
MIT License
5.71k stars 864 forks source link

Added aria-disabled=true for disabled pagination #621

Closed saracarl closed 3 years ago

saracarl commented 3 years ago

This accurately represents the role of the button for screen reader purposes, and should allow pages that paginate with will_paginate to pass accessibility tests.

mislav commented 3 years ago

Thank you!