details-element-polyfill icon indicating copy to clipboard operation
details-element-polyfill copied to clipboard

<details>

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