Accessible360 / accessible-slick

the last (accessible) carousel you'll ever need.
https://accessible360.github.io/accessible-slick
MIT License
254 stars 45 forks source link

Active slide non focusable #90

Open CIMEOS opened 1 year ago

CIMEOS commented 1 year ago

Since the tabindex on the a, input, button, select element of an active slide is removed, they're not focusable. I have a way to fix this, by just changing the tabindex to 0.

https://github.com/Accessible360/accessible-slick/pull/89