mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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",
|
||||
"auto normal active disabled inactive",
|
||||
engines="gecko",
|
||||
gecko_enum_prefix="StyleImeMode",
|
||||
gecko_ffi_name="mIMEMode",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-ui/#input-method-editor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue