E-mail List Archives
Re: Help with a WAVE error
From: Beranek, Nicholas
Date: Sep 27, 2016 11:44AM
- Next message: Beranek, Nicholas: "Re: Help with a WAVE error"
- Previous message: Birkir R. Gunnarsson: "Re: Help with a WAVE error"
- Next message in Thread: Beranek, Nicholas: "Re: Help with a WAVE error"
- Previous message in Thread: Birkir R. Gunnarsson: "Re: Help with a WAVE error"
- View all messages in this Thread
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
- Next message: Beranek, Nicholas: "Re: Help with a WAVE error"
- Previous message: Birkir R. Gunnarsson: "Re: Help with a WAVE error"
- Next message in Thread: Beranek, Nicholas: "Re: Help with a WAVE error"
- Previous message in Thread: Birkir R. Gunnarsson: "Re: Help with a WAVE error"
- View all messages in this Thread