AriaAccordion is a JavaScript class that adds accordion functionalities to structured HTML tags with Aria support.
It is a rewriting of the jQuery Accessible Accordion System, using ARIA from Nicolas Hoffmann. The main difference is that AriaAccordion does not use jQuery.
No external library is needed but AriaAccordion uses ES6 features. The browser on which you will run AriaAccordion must conform the this specification.
See sample.html and sample-nested.html for quick information.