mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Make font-variation-settings animatable
This commit is contained in:
parent
653bced7a5
commit
3ed71c4283
1 changed files with 2 additions and 1 deletions
|
@ -1995,7 +1995,8 @@ variation_spec = """\
|
||||||
https://drafts.csswg.org/css-fonts-4/#low-level-font-variation-settings-control-the-font-variation-settings-property\
|
https://drafts.csswg.org/css-fonts-4/#low-level-font-variation-settings-control-the-font-variation-settings-property\
|
||||||
"""
|
"""
|
||||||
%>
|
%>
|
||||||
<%helpers:longhand name="font-variation-settings" products="gecko" animation_value_type="none"
|
<%helpers:longhand name="font-variation-settings" products="gecko"
|
||||||
|
animation_value_type="ComputedValue"
|
||||||
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER"
|
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER"
|
||||||
spec="${variation_spec}">
|
spec="${variation_spec}">
|
||||||
use values::computed::ComputedValueAsSpecified;
|
use values::computed::ComputedValueAsSpecified;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue