Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

details-element-polyfill

javan89.2kMIT2.4.0

HTML

element polyfill

html, details, polyfill

readme

HTML <details> Element Polyfill

<summary>Implemented Features</summary>
  • Toggling on click
  • Toggling with element.open = true and element.open = false
  • Toggling with element.setAttribute("open", "") and element.removeAttribute("open")
  • Toggling with <kbd>enter</kbd> and <kbd>space</kbd>
  • Dispatching the toggle event
  • Focus support
<summary>Install</summary>
<summary>Browser Support</summary>

CI Status

<summary>Fine Print</summary>

Licensed under the MIT License

© 2019 Javan Makhmali