mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implements pointing related discrete animatable properties
This commit is contained in:
parent
d0cf7d65f0
commit
3e37278d9e
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ ${helpers.single_keyword("-moz-user-modify", "read-only read-write write-only",
|
|||
products="gecko", gecko_ffi_name="mUserModify",
|
||||
gecko_enum_prefix="StyleUserModify",
|
||||
needs_conversion=True,
|
||||
animation_value_type="none",
|
||||
gecko_inexhaustive=True,
|
||||
animation_value_type="discrete",
|
||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-user-modify)")}
|
||||
|
||||
${helpers.single_keyword("-moz-user-focus",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue