From b8e3247b3273ce8e23b0a07c416c7e2af6b49752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 11 Jul 2019 23:06:50 +0000 Subject: [PATCH] style: Update spec link for font-variation-settings. It had got outdated. Differential Revision: https://phabricator.services.mozilla.com/D37718 --- components/style/properties/longhands/font.mako.rs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/components/style/properties/longhands/font.mako.rs b/components/style/properties/longhands/font.mako.rs index 0323b892115..df3e5e93354 100644 --- a/components/style/properties/longhands/font.mako.rs +++ b/components/style/properties/longhands/font.mako.rs @@ -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(