mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
font_variant_position
This commit is contained in:
parent
a466f43fe5
commit
b942e6c21c
1 changed files with 8 additions and 0 deletions
|
@ -353,3 +353,11 @@ ${helpers.single_keyword("font-kerning",
|
||||||
"auto none normal",
|
"auto none normal",
|
||||||
products="gecko",
|
products="gecko",
|
||||||
animatable=False)}
|
animatable=False)}
|
||||||
|
|
||||||
|
${helpers.single_keyword("font-variant-position",
|
||||||
|
"normal sub super",
|
||||||
|
products="gecko",
|
||||||
|
gecko_ffi_name="mFont.variantPosition",
|
||||||
|
gecko_constant_prefix="NS_FONT_VARIANT_POSITION",
|
||||||
|
animatable=False)}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue