tiny-slider
tiny-slider copied to clipboard
Accessibility issue with number of slides read in live region
Issue description: There's something wonky happening in the aria-live region where it will say "slide 6 of 5" which is confusing since there are only 5 slides.
Browser name && version: all browsers
May I know the slider options?
Of course - here you go:
var homeSlider = tns({
container: ".homeSlider",
autoplay: true,
speed: 1000,
autoplayTimeout: 5500,
lazyload: true,
controls: false,
autoplayHoverPause: true,
autoplayPosition: "top",
autoplayButton: "#pausePlayBtn",
autoplayText: [
playIcon,
pauseIcon
]
});
I fixed this in https://github.com/Abdull/tiny-slider/tree/gesis .
The issue can be noticed on TNS demo page as well. http://ganlanyuan.github.io/tiny-slider/demo
Was this ever fixed? I have the same problem, when the loop
setting is set to true
.
I fixed this in https://github.com/Abdull/tiny-slider/tree/gesis .
how to contact you sir ?