mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 22:49:47 +00:00
LibWeb: Implement autocorrect attribute
This commit is contained in:
parent
a6fb7c84e9
commit
829437c11d
Notes:
github-actions[bot]
2025-08-29 14:48:21 +00:00
Author: https://github.com/Calme1709
Commit: 829437c11d
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 428 additions and 1 deletions
|
@ -28,6 +28,7 @@ namespace AttributeNames {
|
|||
__ENUMERATE_HTML_ATTRIBUTE(async, "async") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(autocapitalize, "autocapitalize") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(autocomplete, "autocomplete") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(autocorrect, "autocorrect") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(autofocus, "autofocus") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(autoplay, "autoplay") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(axis, "axis") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue