mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWeb: Implement HTMLElement.inputMode
This reflects the value of the `inputmode` content attribute
This commit is contained in:
committed by
Andreas Kling
parent
733c6b14ff
commit
12fc1de9ca
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user