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

ARIA role should be appropriate for the element #492

Open
fmazeiras opened this issue Jun 23, 2023 · 6 comments
Open

ARIA role should be appropriate for the element #492

fmazeiras opened this issue Jun 23, 2023 · 6 comments

Comments

@fmazeiras
Copy link

since version 8.1.4 the component have accessibility violation when using axe to check

the error is

@christoshrousis
Copy link

@martinholecekmax
Copy link

Same problem here. Any idea how to fix it?

@AdrianFahrbach
Copy link

Same here! Would be nice to get this fixed, since this should be a one-liner.

@MonikaPatelIT
Copy link

Same here. Let us pass role as prop if it's okay

@fandporsh
Copy link

fandporsh commented Nov 14, 2023

Hello same problem don't pass Jest-Axe

in file PaginationBoxView.js

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

no need role for < ul >

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul#specifications

@ViktorSoroka07
Copy link

+1

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

7 participants