Accessibility issue
Author: gawalinCreated Jan 5, 2023Updated Jul 2, 2025
> short description of the bug / issue, provide more detail below.
I have scanned my website which is build in Drupal 9 for accessibility using AXE Dev tool & we found below mentioned issues which are coming from slick library (slick.min.js) . We are using Slick Carousel module which has dependency on slick library.
List of issues:
1. Element must use only allowed ARIA attributes.(ARIA attribute is not allowed: aria-selected="false")
``
2. ARIA hidden element must not be focusable or contains focusable elements.(Ensures aria-hidden elements are not focusable nor contain focusable elements)
`
Source: kenwheeler/slick