details-element-polyfill
HTML <details> element polyfill
Last updated 5 years ago by javan .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install details-element-polyfill 
SYNC missed versions from official npm registry.

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

Current Tags

  • 2.4.0                                ...           latest (5 years ago)

13 Versions

  • 2.4.0                                ...           5 years ago
  • 2.3.1                                ...           6 years ago
  • 2.3.0                                ...           6 years ago
  • 2.2.0                                ...           6 years ago
  • 2.1.1                                ...           6 years ago
  • 2.1.0                                ...           6 years ago
  • 2.0.4                                ...           6 years ago
  • 2.0.3                                ...           6 years ago
  • 2.0.2                                ...           6 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (11)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |