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:
Emilio Cobos Álvarez 2019-07-11 23:06:50 +00:00
parent 10cb9c07aa
commit b8e3247b32
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -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(