Search code examples
htmlvalidationwai-aria

How to fix "ARIA attributes must conform to valid values"?


I am testing my website's accessibility compliance and got a message saying

"ARIA attributes must conform to valid values"

The line that causes the problem is pasted below:

<div class="media-item slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" tabindex="0" role="option" aria-describedby="slick-slide00" style="width: 280px;">

Does anyone know exactly which line caused the problem and how it can be fixed?


Solution

  • You have to check that an element withid="slick-slide00" exists within your code