Skip to content

Commit

Permalink
Add guideline to keep visiable and audible button labels consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed May 16, 2024
1 parent 63f8030 commit b1f71ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/css/src/components/pagination/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pagination indicates the current page and allows users to navigate to other page
- Redirect users to the first page if they enter a URL with a page number that doesn’t exist.
- Pagination can be combined with a counter at the top of the page indicating “Page # of ##.”
- Start a page with an overview list at the top after changing the page.
- Make sure that the visible and accessible labels for the ‘previous’ and ‘next’ buttons convey the same meaning at all times – e.g. don’t update one and forget the other.

## Relevant WCAG Rules

Expand Down

0 comments on commit b1f71ed

Please sign in to comment.