Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
style: Clamp negative values for font-size-adjust animations.
  • Loading branch information
BorisChiou authored and emilio committed Sep 12, 2019
1 parent 9404ac8 commit d794c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/properties/longhands/font.mako.rs
Expand Up @@ -80,7 +80,7 @@ ${helpers.predefined_type(
engines="gecko",
initial_value="computed::FontSizeAdjust::none()",
initial_specified_value="specified::FontSizeAdjust::none()",
animation_value_type="ComputedValue",
animation_value_type="FontSizeAdjust",
spec="https://drafts.csswg.org/css-fonts/#propdef-font-size-adjust",
)}

Expand Down

0 comments on commit d794c85

Please sign in to comment.