From e14bbf5896e65769700c4460fdc9f2835c16f364 Mon Sep 17 00:00:00 2001 From: prns <77806190+prnss@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:45:51 +0000 Subject: [PATCH] Update elements --- domify/html_elements.py | 1 + 1 file changed, 1 insertion(+) diff --git a/domify/html_elements.py b/domify/html_elements.py index 26cc0b7..9df3b42 100644 --- a/domify/html_elements.py +++ b/domify/html_elements.py @@ -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"},