Slider is not ACCESSIBLE
-
Hey,
I’ve been using this plugin for a few years and I’m very satisfied, but recently I’ve started to make some modification to my site in order to meet the accessibility standard of W3C, and apparently slider-wd doesn’t comply at all.
There are three main issues:
1) Images in the slider are not presented in<img>
tags, and therefore have noalt
attribute, so screen readers can’t understand that an image is presented.
2) Links in the slider are not real links with<a>
tags, but<span>
tags withonclick
JS functions, so again – notitle
attribute for screen readers.
3) It’s impossible to reach theonclick
links by using keyboard only, usually TAB to navigate between elements and RETURN for clicking.There are other alternatives for first two issues, like using
aria
attributes, which I’m not familiar enough with. you can read more about it here on WCAG instructions.
For the third issue, I think it is a little bit more compicated, but a clue might be found in this page here.I’d appreciate any suggestions or changes for the plugin. Otherwise, I’ll have to migrate for a different one.
Thank you very much,
Itamar
- The topic ‘Slider is not ACCESSIBLE’ is closed to new replies.