djlint / html-element-attributes

List of known HTML tag attribute names.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Element Attributes

List of known HTML tag attribute names.

Python port of npm package html-element-attributes.

Pypi Version Downloads

🤔 What is this?

This is a list of HTML tag attribute names.

💾 Install

pip install html-element-attributes

✨ How to Use

from HtmlElementAttributes import html_element_attributes

print(html_element_attributes["*"])

Yields:

[
  'accesskey',
  'autocapitalize',
  'autofocus',
  'class',
  // …
  'style',
  'tabindex',
  'title',
  'translate'
]

License

About

List of known HTML tag attribute names.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%