Improve accessibility of buttons and checkboxes used for pagination #257
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Is your feature request related to a problem? Please describe.
Microsoft Edge has handy accessibility checks built-in and they detected these issues:
Describe the solution you'd like
Back/Forward buttons for switching pages needs to have e.g.
aria-label
ortitle
attribute set: https://dequeuniversity.com/rules/axe/4.4/button-name?application=axeAPICheckboxes for records selection feature need to have a label, e.g.
aria-label
attribute since we don't want a visible label here: https://dequeuniversity.com/rules/axe/4.4/label?application=axeAPIDescribe alternatives you've considered
Ignore a11y, but it hurts the ecosystem
The text was updated successfully, but these errors were encountered: