mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: convert NS_STYLE_IME_MODE_* to an enum class in nsStyleConsts.h
Differential Revision: https://phabricator.services.mozilla.com/D54255
This commit is contained in:
parent
4359b3bd47
commit
aa1ad6036d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ ${helpers.single_keyword(
|
||||||
"ime-mode",
|
"ime-mode",
|
||||||
"auto normal active disabled inactive",
|
"auto normal active disabled inactive",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
|
gecko_enum_prefix="StyleImeMode",
|
||||||
gecko_ffi_name="mIMEMode",
|
gecko_ffi_name="mIMEMode",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
spec="https://drafts.csswg.org/css-ui/#input-method-editor",
|
spec="https://drafts.csswg.org/css-ui/#input-method-editor",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue