Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javan/details-element-polyfill

<details>
https://github.com/javan/details-element-polyfill

html5 javascript polyfill

Last synced: 13 days ago
JSON representation

<details>

Awesome Lists containing this project

README

        

# [HTML `` Element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) 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](http://www.w3schools.com/jsref/event_ontoggle.asp)
* Focus support

Install

* Download **_↝_ [details-element-polyfill.js](https://raw.githubusercontent.com/javan/details-element-polyfill/master/dist/details-element-polyfill.js)**
* npm **_↝_ [details-element-polyfill](https://www.npmjs.com/package/details-element-polyfill)**

Browser Support

[![CI Status](https://saucelabs.com/browser-matrix/details-polyfill.svg)](https://saucelabs.com/u/details-polyfill)

Fine Print

Licensed under the [MIT License](LICENSE)

© 2019 Javan Makhmali