mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
style: Fix clamping on animations for fort-style.
Bug: 1455358 Reviewed-by: xidorn MozReview-Commit-ID: Awyub0dMOmq
This commit is contained in:
parent
737501153b
commit
0a8518b452
5 changed files with 37 additions and 10 deletions
|
@ -20,8 +20,7 @@ ${helpers.predefined_type(
|
|||
"FontStyle",
|
||||
initial_value="computed::FontStyle::normal()",
|
||||
initial_specified_value="specified::FontStyle::normal()",
|
||||
# FIXME(emilio): This won't handle clamping correctly.
|
||||
animation_value_type="ComputedValue",
|
||||
animation_value_type="FontStyle",
|
||||
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",
|
||||
spec="https://drafts.csswg.org/css-fonts/#propdef-font-style",
|
||||
servo_restyle_damage="rebuild_and_reflow",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue