Skip to content

Commit

Permalink
Update elements
Browse files Browse the repository at this point in the history
  • Loading branch information
prnss authored and Parnassius committed Sep 1, 2024
1 parent 936ce72 commit e14bbf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions domify/html_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class HtmlElement(BaseElement):
v.attribute_unique_set, lambda x: max(len(t) for t in str(x).split()) <= 1
),
"autocapitalize": {"on", "off", "none", "sentences", "words", "characters"},
"autocorrect": {"on", "off"},
"autofocus": v.attribute_bool,
"class": v.attribute_str,
"contenteditable": {"true", "plaintext-only", "false"},
Expand Down

0 comments on commit e14bbf5

Please sign in to comment.