mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Further changes required by Servo
This commit is contained in:
parent
e53f4ee4c7
commit
9622d4912e
1 changed files with 2 additions and 1 deletions
|
@ -279,13 +279,14 @@ ${helpers.single_keyword(
|
|||
${helpers.single_keyword(
|
||||
"animation-composition",
|
||||
"replace add accumulate",
|
||||
engines="gecko",
|
||||
engines="gecko servo",
|
||||
need_index=True,
|
||||
animation_value_type="none",
|
||||
vector=True,
|
||||
gecko_enum_prefix="CompositeOperation",
|
||||
gecko_inexhaustive=True,
|
||||
gecko_pref="layout.css.animation-composition.enabled",
|
||||
servo_pref="layout.unimplemented",
|
||||
spec="https://drafts.csswg.org/css-animations-2/#animation-composition",
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue