HTML <details> element polyfill
npm install details-element-polyfill Element PolyfillImplemented Features
* Toggling on click
* Toggling with element.open = true and element.open = false
* Toggling with element.setAttribute("open", "") and element.removeAttribute("open")
* Toggling with enter and space
* Dispatching the toggle event
* Focus support
Install
* Download _↝_ details-element-polyfill.js
* npm _↝_ details-element-polyfill
Browser Support

Fine Print
Licensed under the MIT License
© 2019 Javan Makhmali