From 2ab9156401eaf5393d68b303e9035936179af0c1 Mon Sep 17 00:00:00 2001 From: longsonr Date: Sat, 13 Jul 2019 15:35:08 +0100 Subject: [PATCH] style: Remove dominant-baseline values that no longer exist. Bug: 1353164 Reviewed-by: heycam --- components/style/properties/longhands/svg.mako.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/properties/longhands/svg.mako.rs b/components/style/properties/longhands/svg.mako.rs index 429717c1bd3..d51bc59924b 100644 --- a/components/style/properties/longhands/svg.mako.rs +++ b/components/style/properties/longhands/svg.mako.rs @@ -8,8 +8,8 @@ ${helpers.single_keyword( "dominant-baseline", - """auto use-script no-change reset-size ideographic alphabetic hanging - mathematical central middle text-after-edge text-before-edge""", + """auto ideographic alphabetic hanging mathematical central middle + text-after-edge text-before-edge""", products="gecko", animation_value_type="discrete", spec="https://www.w3.org/TR/SVG11/text.html#DominantBaselineProperty",