LibWeb: Implement the autocapitalize attribute

This commit is contained in:
Callum Law 2025-05-26 16:31:43 +12:00 committed by Luke Wilde
parent 11457e533a
commit a6fb7c84e9
Notes: github-actions[bot] 2025-08-29 14:48:31 +00:00
6 changed files with 808 additions and 1 deletions

View file

@ -26,6 +26,7 @@ namespace AttributeNames {
__ENUMERATE_HTML_ATTRIBUTE(archive, "archive") \
__ENUMERATE_HTML_ATTRIBUTE(as, "as") \
__ENUMERATE_HTML_ATTRIBUTE(async, "async") \
__ENUMERATE_HTML_ATTRIBUTE(autocapitalize, "autocapitalize") \
__ENUMERATE_HTML_ATTRIBUTE(autocomplete, "autocomplete") \
__ENUMERATE_HTML_ATTRIBUTE(autofocus, "autofocus") \
__ENUMERATE_HTML_ATTRIBUTE(autoplay, "autoplay") \