WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Help with a WAVE error

for

From: Beranek, Nicholas
Date: Sep 27, 2016 11:44AM


Hi Angela, the culprit appears to be the aria-describedby references in the carousel:

<div class="slick-slide slick-current slick-active" data-slick-index="1" aria-hidden="false" tabindex="-1" role="option" aria-describedby="slick-slide01" style="width: 456px; position: relative; left: -456px; top: 0px; z-index: 999; opacity: 1;">

If you run aXe, it will give you specifics for 3 other instances (http://www.deque.com/products/axe/)

One way to verify this is to check for that ID on the page:

document.getElementById('slick-slide01');

This returns 'null' in the console.

I hope this helps,

Nick Beranek
Capital One