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
It looks like dependabot updated things from uswds here: #2556
If you look at the release notes you'll see the Pagination issue looks like it was fixed:
But the dependabot update didn't replace the role attribute in the Pagination component.
We need to replace the role attribute with this: aria-label="ellipsis indicating non-visible pages"
Device and Browser Information (please complete the following information if describing a UI bug):
OS: Mac
Browser: chrome
Version @trussworks/react-uswds: 7.0.0
Version @uswds/uswds: ^3.6.0
The text was updated successfully, but these errors were encountered:
ReactUSWDS Version & USWDS Version:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Add a Pagination component
Run LIghthouse with a11y checked:
Observe a11y issue flagged by Lighthouse:
Expected behavior
No a11y issues reported
Additional context
It looks like dependabot updated things from uswds here: #2556
If you look at the release notes you'll see the Pagination issue looks like it was fixed:
But the dependabot update didn't replace the role attribute in the Pagination component.
We need to replace the
role
attribute with this:aria-label="ellipsis indicating non-visible pages"
Device and Browser Information (please complete the following information if describing a UI bug):
The text was updated successfully, but these errors were encountered: