mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Handle prefixed value of -moz-user-select properly
This commit is contained in:
parent
8f37de05b2
commit
9299a0dc2c
4 changed files with 9 additions and 5 deletions
|
@ -17,11 +17,13 @@ ${helpers.single_keyword("ime-mode", "auto normal active disabled inactive",
|
|||
spec="https://drafts.csswg.org/css-ui/#input-method-editor")}
|
||||
|
||||
${helpers.single_keyword("-moz-user-select", "auto text none all element elements" +
|
||||
" toggle tri-state -moz-all -moz-none -moz-text",
|
||||
" toggle tri-state -moz-all -moz-text",
|
||||
products="gecko",
|
||||
alias="-webkit-user-select",
|
||||
gecko_ffi_name="mUserSelect",
|
||||
gecko_enum_prefix="StyleUserSelect",
|
||||
gecko_strip_moz_prefix=False,
|
||||
aliases="-moz-none=none",
|
||||
animation_value_type="none",
|
||||
spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue