mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add -moz-user-input
This commit is contained in:
parent
ff98e44654
commit
4f4d4cb7b4
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
||||||
// TODO(pcwalton): SVG-only values.
|
// TODO(pcwalton): SVG-only values.
|
||||||
${helpers.single_keyword("pointer-events", "auto none")}
|
${helpers.single_keyword("pointer-events", "auto none")}
|
||||||
|
|
||||||
|
${helpers.single_keyword("-moz-user-input", "none enabled disabled", products="gecko",
|
||||||
|
gecko_ffi_name="mUserInput", gecko_constant_prefix="NS_STYLE_USER_INPUT")}
|
||||||
|
|
||||||
${helpers.single_keyword("-moz-user-modify", "read-only read-write write-only", products="gecko",
|
${helpers.single_keyword("-moz-user-modify", "read-only read-write write-only", products="gecko",
|
||||||
gecko_ffi_name="mUserModify", gecko_constant_prefix="NS_STYLE_USER_MODIFY")}
|
gecko_ffi_name="mUserModify", gecko_constant_prefix="NS_STYLE_USER_MODIFY")}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue