html-tag-names:已知HTML标记名称的列表

时间:2024-05-23 04:26:40
【文件属性】:

文件名称:html-tag-names:已知HTML标记名称的列表

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-23 04:26:40

html element tag name JavaScript

html-tag-names 已知HTML标记名称的列表。 包括来自HTML生存标准的古代(例如nextid和basefont )和现代(例如shadow和template )名称。 该仓库包含一个脚本,用于爬网规范以包括新引入的名称。 安装 该软件包仅适用于ESM:需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install html-tag-names 用 import { htmlTagNames } from 'html-tag-names' console . log ( htmlTagNames . length ) // => 148 console . log ( htmlTagNames . slice ( 0 , 20 ) ) 产量: [ 'a' , 'abbr' , 'acronym' ,


【文件预览】:
html-tag-names-main
----index.js(2KB)
----funding.yml(15B)
----test.js(366B)
----package.json(2KB)
----readme.md(2KB)
----.github()
--------workflows()
----.prettierignore(15B)
----license(1KB)
----build.js(2KB)
----tsconfig.json(349B)
----.gitignore(57B)
----.npmrc(19B)
----.editorconfig(147B)

网友评论