mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Make shape-outside animatable.
This commit is contained in:
parent
0fa7505d61
commit
c9f9be7e5f
1 changed files with 1 additions and 1 deletions
|
@ -1856,7 +1856,7 @@ ${helpers.predefined_type(
|
||||||
"generics::basic_shape::ShapeSource::None",
|
"generics::basic_shape::ShapeSource::None",
|
||||||
products="gecko",
|
products="gecko",
|
||||||
boxed=True,
|
boxed=True,
|
||||||
animation_value_type="discrete",
|
animation_value_type="ComputedValue",
|
||||||
flags="APPLIES_TO_FIRST_LETTER",
|
flags="APPLIES_TO_FIRST_LETTER",
|
||||||
spec="https://drafts.csswg.org/css-shapes/#shape-outside-property",
|
spec="https://drafts.csswg.org/css-shapes/#shape-outside-property",
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue