You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
USWDS's accessibility guidance on the Pagination component recommends the following:
Voice “last page” on the last page’s link in a bounded set. Use aria-label="last page, page [#]" to voice that the last element in the navigation is the last page in the paginated section. Don’t include this on the last navigation element in an unbounded set, since there is no last page in an unbounded set.
To Reproduce
Steps to reproduce the behavior:
Implement the pagination component
Notice that the last page link does not have an aria-label that tells the user it's the last page
ReactUSWDS Version & USWDS Version:
Describe the bug
USWDS's accessibility guidance on the Pagination component recommends the following:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The last page link needs to have an aria-label that tells the user it's the last page.
Screenshots
Additional context
Device and Browser Information (please complete the following information if describing a UI bug):
The text was updated successfully, but these errors were encountered: