#4231·slick

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) `
    ` 3. Certain ARIA roles must contain particular children `
    ` 4.Interactive controls must not be nested. `
    ` ==================================================================== #### Steps to reproduce the problem 1. Install the Slick Carousel module with slick library 2. Add 2 slides ==================================================================== #### What is the expected behaviour? ... ==================================================================== #### What is observed behaviour? ... ==================================================================== #### More Details - Which browsers/versions does it happen on? Google Chrome Version 108.0.5359.125 - Which jQuery/Slick version are you using? slick 1.6.0 - Did this work before? This is the first time we are using this Slick Carousel module with slick .