springload / react-accessible-accordion

Accessible Accordion component for React
https://springload.github.io/react-accessible-accordion
MIT License
787 stars 113 forks source link

Why does this module exist? #361

Open OZZlE opened 1 year ago

OZZlE commented 1 year ago

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details

I mean it's built in to the browser so it must be accessible (?) and unless you need to support IE11 https://caniuse.com/details which most companies don't anymore you don't need this module?

Perhaps it could be a note in the Readme at least for all the javascript/be/"fullstack" devs who lacks knowledge in modern html5.