文件名称:details-polyfill:HTML5的Polyfill 元素,无依赖性
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-25 01:01:07
JavaScript
详细信息
HTML5 元素的Polyfill,没有依赖项
用法
details-polyfill可通过npm获得。
npm install --save details-polyfill
要求它将立即注入所需的行为。
require ( 'details-polyfill' )
文件也可用作独立脚本。
这个怎么运作
只要在使用任何页面上包含脚本即可。 如果浏览器不支持 ,它将添加以下行为:
单击details > summary ,它将在details切换open属性。
它还添加了以下CSS样式:
summary:before用公开三角形设置样式。
details:not([open]) > :not(summary)元素被隐藏。 (即:所有封闭details子代, summary除外)
<html>元素获取no-det
【文件预览】:
details-polyfill-master
----.gitignore(13B)
----package.json(704B)
----LICENSE.md(1KB)
----demo.html(217B)
----index.js(2KB)
----README.md(4KB)
----HISTORY.md(896B)
----docs()
--------images()
----yarn.lock(86B)