From 3d41f0911f2dd3f20159c36be91284baf0098bfc Mon Sep 17 00:00:00 2001 From: Diego Pino Garcia Date: Sun, 14 Oct 2018 09:42:24 +1100 Subject: [PATCH] style: Implement text-transform: full-size-kana. Bug: 1498148 Reviewed-by: xidorn --- 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 de7b613a183..164f8a7dea1 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", + extra_gecko_values="full-width full-size-kana", 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",