Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination accessibility #1200

Open
marlo-longley opened this issue Aug 19, 2024 · 0 comments
Open

Pagination accessibility #1200

marlo-longley opened this issue Aug 19, 2024 · 0 comments

Comments

@marlo-longley
Copy link
Contributor

Close this issue either because:

  1. this was addressed in BL
  2. this won't be addressed in BL and we had to fix it in EW for this workcycle

Here's some guidance on accessibility:

Note for the first example, you'll see pagination wrapped in:

<nav role="navigation" aria-label="Pagination Navigation">

The <nav> element with a role attribute of "navigation" is incorrect. That's a duplication of the same information. It's best practice to use <nav> element with a distinct aria-label to distinguish it from other types of navigation on the page.

Originally posted by @dbranchini in #1170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant