Stacks
Stacks copied to clipboard
Pagination missing aria-current label
Describe the bug
In components like pagination, an aria-current attribute is required to indicate to screen reader users which page is currently active.
To Reproduce Steps to reproduce the behavior:
- Go to the Pagination example
- Use a screen reader of your choosing to listen to the announcement of the example component
- Note that the currently selected page is not announced as such
Expected behavior
The currently selected page (which gets the is-selected CSS class) should be announced.