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

fix #459: Remove incorrect aria role navigation #494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kroney
Copy link

@kroney kroney commented Jul 31, 2023

fixes #459

@kroney kroney changed the title fix 459: Remove incorrect aria role navigation fix #459: Remove incorrect aria role navigation Jul 31, 2023
@torymartin88
Copy link

Yes please merge this fix!

role="navigation"
aria-label="Pagination"
>
<ul className={className || containerClassName} aria-label="Pagination">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hard-coded aria-label value of "Pagination" should ideally be removed as well, or if included it should be configurable (although I suppose that's a separate issue)

@ViktorSoroka07
Copy link

@AdeleD, can you review please? This will address #492 and #498

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

Successfully merging this pull request may close these issues.

Addition of role='navigation' to the <ul> element causes a Lighthouse failure
4 participants