mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add -moz-user-select
This commit is contained in:
parent
ac9c411d18
commit
ff98e44654
1 changed files with 3 additions and 0 deletions
|
@ -11,3 +11,6 @@
|
|||
|
||||
${helpers.single_keyword("ime-mode", "normal auto active disabled inactive", products="gecko",
|
||||
gecko_ffi_name="mIMEMode")}
|
||||
|
||||
${helpers.single_keyword("-moz-user-select", "auto text none all", products="gecko",
|
||||
gecko_ffi_name="mUserSelect", gecko_constant_prefix="NS_STYLE_USER_SELECT")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue