From f68f6669f48426c5f3024f4f012a3483f783a489 Mon Sep 17 00:00:00 2001 From: Noemi Erli Date: Sun, 14 Oct 2018 00:12:12 +0300 Subject: [PATCH] Backed out changeset a00b402fb8e8 (bug 1498148) for Linting failure in builds/worker/checkouts/gecko/tools/lint/wpt.yml CLOSED TREE --- components/style/properties/longhands/inherited_text.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/inherited_text.mako.rs b/components/style/properties/longhands/inherited_text.mako.rs index 164f8a7dea1..de7b613a183 100644 --- a/components/style/properties/longhands/inherited_text.mako.rs +++ b/components/style/properties/longhands/inherited_text.mako.rs @@ -23,7 +23,7 @@ ${helpers.predefined_type( ${helpers.single_keyword( "text-transform", "none capitalize uppercase lowercase", - extra_gecko_values="full-width full-size-kana", + extra_gecko_values="full-width", animation_value_type="discrete", flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER", spec="https://drafts.csswg.org/css-text/#propdef-text-transform",