details-element-polyfill

HTML <details> element polyfill

MIT 13 个版本
安装
npm install details-element-polyfill
yarn add details-element-polyfill
pnpm add details-element-polyfill
bun add details-element-polyfill
README

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

版本列表
2.4.0 2019-08-13
2.3.1 2019-02-28
2.3.0 2019-01-23
2.2.0 2018-12-04
2.1.1 2018-11-06
2.1.0 2018-11-05
2.0.4 2018-10-15
2.0.3 2018-09-21
2.0.2 2018-08-25
2.0.1 2018-03-10
2.0.0 2017-09-27
1.1.0 2017-04-04
1.0.0 2016-12-04