details-element-polyfill

v2.4.0
HTML <details> element polyfill
html details polyfill

HTML <details> Element Polyfill

Implemented 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
Browser Support

CI Status

Fine Print

Licensed under the MIT License

© 2019 Javan Makhmali

npm i details-element-polyfill

Metadata

  • MIT
  • Whatever
  • Javan Makhmali
  • released 8/13/2019

Downloads

Maintainers