mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Update spec link for font-variation-settings.
It had got outdated. Differential Revision: https://phabricator.services.mozilla.com/D37718
This commit is contained in:
parent
10cb9c07aa
commit
b8e3247b32
1 changed files with 1 additions and 8 deletions
|
@ -180,13 +180,6 @@ ${helpers.predefined_type(
|
|||
spec="https://drafts.csswg.org/css-fonts/#propdef-font-feature-settings",
|
||||
)}
|
||||
|
||||
<%
|
||||
# This spec link is too long to fit elsewhere
|
||||
variation_spec = """\
|
||||
https://drafts.csswg.org/css-fonts-4/#low-level-font-variation-settings-control-the-font-variation-settings-property\
|
||||
"""
|
||||
%>
|
||||
|
||||
${helpers.predefined_type(
|
||||
"font-variation-settings",
|
||||
"FontVariationSettings",
|
||||
|
@ -197,7 +190,7 @@ ${helpers.predefined_type(
|
|||
initial_specified_value="specified::FontVariationSettings::normal()",
|
||||
animation_value_type="ComputedValue",
|
||||
flags="APPLIES_TO_CUE APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER APPLIES_TO_MARKER",
|
||||
spec="${variation_spec}",
|
||||
spec="https://drafts.csswg.org/css-fonts-4/#propdef-font-variation-settings"
|
||||
)}
|
||||
|
||||
${helpers.predefined_type(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue