mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
LibWeb: Implement HTMLElement.inputMode
This reflects the value of the `inputmode` content attribute
This commit is contained in:
parent
733c6b14ff
commit
12fc1de9ca
Notes:
github-actions[bot]
2024-11-26 18:09:03 +00:00
Author: https://github.com/tcl3
Commit: 12fc1de9ca
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2591
2 changed files with 14 additions and 1 deletions
|
@ -100,6 +100,7 @@ namespace AttributeNames {
|
|||
__ENUMERATE_HTML_ATTRIBUTE(is) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(iscontenteditable) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(ismap) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(inputmode) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(itemscope) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(kind) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(label) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue