WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Help with a WAVE error

for

From: Beranek, Nicholas
Date: Sep 27, 2016 12:24PM


Hey Angela, this site is using slick: http://kenwheeler.github.io/slick/

It appears that aria-describedby is referencing the dots navigation beneath the carousel. If you were to add these dots, then that would fix the issues.

Here's an example they provide:

$('.one-time').slick({
dots: true,
infinite: true,
speed: 300,
slidesToShow: 1,
adaptiveHeight: true
});

Add 'dots: true- to the arguments and that should do it!

Also, totally tongue-in-cheek for your situation, but check this out: http://www.shouldiuseacarousel.com

Nick

--
Nick Beranek
Digital Accessibility Team

On 9/27/16, 2:05 PM, "WebAIM-Forum on behalf of Angela French" < <EMAIL REMOVED> on behalf of <EMAIL REMOVED> > wrote:

Hi Birkir,
Yes, I was looking at the view source. I can see it now when using Firebug. Not sure how this code is injected into the DOM. This is a WordPress site so I'm not sure I can even fix the problem.