glidejs / glide

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
https://glidejs.com
MIT License
7.29k stars 772 forks source link

Accessibility : focus on hidden elements #687

Open pierretl opened 4 months ago

pierretl commented 4 months ago

As "glide__slide--clone" is never visible, the child elements taking the focus (link, button, etc...) must be excluded from the sequential route. By adding the tab-index="-1" property for example