style: Implement text-transform: full-size-kana.

Bug: 1498148
Reviewed-by: xidorn
This commit is contained in:
Diego Pino Garcia 2018-10-14 09:42:24 +11:00 committed by Emilio Cobos Álvarez
parent f68f6669f4
commit 3d41f0911f
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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",