diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-09-18 11:28:05 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-09-18 14:27:06 -0400 |
commit | 92398bb1bbae85ead39e9579b09f86649df7aeb1 (patch) | |
tree | c49708ad993b11439ea38b9979f42c0a284a5a58 /gtk/gtkcssarrayvalue.c | |
parent | b91f3ce3312ba23041ee8844b446599bbf62f5e4 (diff) | |
download | gtk+-92398bb1bbae85ead39e9579b09f86649df7aeb1.tar.gz |
css: implement font-variant as a shorthand
Drop the current css2-style font-variant property and
replace it with a shorthand as specified in the css3 fonts
module. Currently, we fully support the font-variant-ligatures,
font-variant-position, font-variant-caps, font-variant-numeric
and font-variant-east-asian subproperties. font-variant-alternatives
is only partially supported.
Diffstat (limited to 'gtk/gtkcssarrayvalue.c')
-rw-r--r-- | gtk/gtkcssarrayvalue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcssarrayvalue.c b/gtk/gtkcssarrayvalue.c index edda886603..c1a94c7236 100644 --- a/gtk/gtkcssarrayvalue.c +++ b/gtk/gtkcssarrayvalue.c @@ -244,7 +244,6 @@ gtk_css_value_array_transition (GtkCssValue *start, case GTK_CSS_PROPERTY_BACKGROUND_COLOR: case GTK_CSS_PROPERTY_FONT_FAMILY: case GTK_CSS_PROPERTY_FONT_STYLE: - case GTK_CSS_PROPERTY_FONT_VARIANT: case GTK_CSS_PROPERTY_FONT_WEIGHT: case GTK_CSS_PROPERTY_TEXT_SHADOW: case GTK_CSS_PROPERTY_ICON_SHADOW: |