Python port of npm package html-element-attributes.
This is a list of HTML tag attribute names.
pip install html-element-attributesfrom HtmlElementAttributes import html_element_attributes
print(html_element_attributes["*"])Yields:
[
'accesskey',
'autocapitalize',
'autofocus',
'class',
// …
'style',
'tabindex',
'title',
'translate'
]- GPL © Riverside Healthcare
- Ported from
html-element-attributesMIT © Titus Wormer