mirror of
https://github.com/servo/servo.git
synced 2025-07-06 06:53:38 +01:00
style: Implement text-transform: full-size-kana.
Bug: 1498148 Reviewed-by: xidorn
This commit is contained in:
parent
f68f6669f4
commit
3d41f0911f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ${helpers.predefined_type(
|
||||||
${helpers.single_keyword(
|
${helpers.single_keyword(
|
||||||
"text-transform",
|
"text-transform",
|
||||||
"none capitalize uppercase lowercase",
|
"none capitalize uppercase lowercase",
|
||||||
extra_gecko_values="full-width",
|
extra_gecko_values="full-width full-size-kana",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",
|
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER",
|
||||||
spec="https://drafts.csswg.org/css-text/#propdef-text-transform",
|
spec="https://drafts.csswg.org/css-text/#propdef-text-transform",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue