mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
make -moz-user-select property animatable
This commit is contained in:
parent
f01ad20f74
commit
4486758fae
1 changed files with 2 additions and 1 deletions
|
@ -22,9 +22,10 @@ ${helpers.single_keyword("-moz-user-select", "auto text none all element element
|
|||
alias="-webkit-user-select",
|
||||
gecko_ffi_name="mUserSelect",
|
||||
gecko_enum_prefix="StyleUserSelect",
|
||||
gecko_inexhaustive=True,
|
||||
gecko_strip_moz_prefix=False,
|
||||
aliases="-moz-none=none",
|
||||
animation_value_type="none",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")}
|
||||
|
||||
${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", products="gecko",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue