Reputation: 2419
I am testing my website's accessibility compliance and got a message saying
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?
Upvotes: 2
Views: 7555
Reputation: 18855
You have to check that an element withid="slick-slide00"
exists within your code
Upvotes: 4