From 8d2124d820f7302d8c51568733d5823505623ba2 Mon Sep 17 00:00:00 2001 From: Diego Pino Garcia Date: Sat, 13 Oct 2018 05:03:00 +0300 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",