E-mail List Archives
Re: Help with a WAVE error
From: Beranek, Nicholas
Date: Sep 27, 2016 12:24PM
- Next message: Angela French: "Re: Help with a WAVE error"
- Previous message: JP Jamous: "Displaying Content based on previous selection"
- Next message in Thread: Angela French: "Re: Help with a WAVE error"
- Previous message in Thread: Angela French: "Re: Help with a WAVE error"
- View all messages in this Thread
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.
- Next message: Angela French: "Re: Help with a WAVE error"
- Previous message: JP Jamous: "Displaying Content based on previous selection"
- Next message in Thread: Angela French: "Re: Help with a WAVE error"
- Previous message in Thread: Angela French: "Re: Help with a WAVE error"
- View all messages in this Thread