matthiasott / a11y-accordion-tabs

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

Enhanced Dom selector so that nested tabs is possible. #20

Open kelvin-xu opened 1 year ago

kelvin-xu commented 1 year ago

The original selectors are too broad and do not support nested tabs and cause unexpected behavior. I have made the selectors more strict.