matthiasott / a11y-accordion-tabs

A script for an accessible accordion tabs component
MIT License
70 stars 6 forks source link

Is JS needed ? #1

Closed sebilasse closed 5 years ago

sebilasse commented 6 years ago

We can easily achieve the same functionality with only HTML / CSS : https://codepen.io/sebilasse/pen/qjxQjp But how about a11y then ? Most important : Happy holidays ! 🎄

matthiasott commented 5 years ago

Hi Sebi! A late answer, but better late than never. Yes, as you already wrote, JS is needed because I set the aria-roles and tabindex attributes with it. That's the whole point of the component. ;)