From b942e6c21cf4a749d862d87f97d43c88af2f26c1 Mon Sep 17 00:00:00 2001 From: NamSoo Cho Date: Thu, 13 Oct 2016 01:55:05 +0900 Subject: [PATCH] font_variant_position --- components/style/properties/longhand/font.mako.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/style/properties/longhand/font.mako.rs b/components/style/properties/longhand/font.mako.rs index b53a1d02a6a..28594f8fe39 100644 --- a/components/style/properties/longhand/font.mako.rs +++ b/components/style/properties/longhand/font.mako.rs @@ -353,3 +353,11 @@ ${helpers.single_keyword("font-kerning", "auto none normal", products="gecko", 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)} +