html-spec-tags
Version:
All HTML tags supported by the current spec. With types!
18 lines (10 loc) • 512 B
Markdown
# html-spec-tags
All HTML, SVG, and MathML tags and their constructor as supported by current specs. With types!
Each list is generated from Typescript's [`lib.dom.d.ts` types](https://raw.githubusercontent.com/microsoft/TypeScript/main/src/lib/dom.generated.d.ts) (from `HTMLElementTagNameMap`, `SVGElementTagNameMap`, `MathMLElementTagNameMap`, respectively).
List contents last updated on Feb 24, 2024.
## Installation
```sh
npm i html-spec-tags
```
## Docs
https://electrovir.github.io/html-spec-tags