liferay / clay

A web implementation of the Lexicon Experience Language
http://clayui.com
Other
208 stars 467 forks source link

fix(@clayui/pagination): LPD-1285 accessibility issues on prev, next … #5779

Closed pat270 closed 4 months ago

pat270 commented 4 months ago

…and ellipsis buttons

https://liferay.atlassian.net/browse/LPD-1285

This adds role="button" to the prev and next buttons. Axe flags these because there is no href attribute. This also adds aria-controls="clay-id-#" on the ellipsis button when it is active. The dropdown-menu is lazy loaded and Axe can't associate aria-controls to the dropdown-menu.

Axe Errors accessibility-errors

After Fix accessibility-fixed