mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Implement the autocapitalize attribute
This commit is contained in:
parent
11457e533a
commit
a6fb7c84e9
Notes:
github-actions[bot]
2025-08-29 14:48:31 +00:00
Author: https://github.com/Calme1709
Commit: a6fb7c84e9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4907
Reviewed-by: https://github.com/Lubrsi ✅
Reviewed-by: https://github.com/ananas-dev
6 changed files with 808 additions and 1 deletions
|
|
@ -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") \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue