Accesibility
Open
- Dominant language
- JavaScript
- Stars
- 11.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Running AXE validation returns one a11y error introduced by react-slick:
**ARIA hidden element must not contain focusable elements**
Basically stop adding **aria-hidden** to each slide, tabindex=-1 will be the way for non visible slides.
Contributor guide
Assessment
This issue has not been assessed yet.