diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-09-20 11:10:36 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-09-20 11:10:36 +0000 |
| commit | e3f9123ad143adc30ab486c5e9eb5728b3858dd2 (patch) | |
| tree | 188b51bf05937c2d395b9fd907831b00b368efc6 /share/attributes/css_defaults | |
| parent | Fix typo (font-variant-east_asian -> font-variant-east-asian). (diff) | |
| download | inkscape-e3f9123ad143adc30ab486c5e9eb5728b3858dd2.tar.gz inkscape-e3f9123ad143adc30ab486c5e9eb5728b3858dd2.zip | |
Update CSS tables (font-variants, etc.).
(bzr r15121)
Diffstat (limited to 'share/attributes/css_defaults')
| -rw-r--r-- | share/attributes/css_defaults | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/share/attributes/css_defaults b/share/attributes/css_defaults index 396c8a2d9..ff9b39b6d 100644 --- a/share/attributes/css_defaults +++ b/share/attributes/css_defaults @@ -46,6 +46,8 @@ "font-family" - "NO_DEFAULT" - "yes" +"font-feature-settings" - "normal" - "yes" + "font-size" - "medium" - "yes, the computed value is inherited" "font-size-adjust" - "none" - "yes" @@ -56,6 +58,18 @@ "font-variant" - "normal" - "yes" +"font-variant-alternates" - "normal" - "yes" + +"font-variant-caps" - "normal" - "yes" + +"font-variant-east-asian" - "normal" - "yes" + +"font-variant-ligatures" - "normal" - "yes" + +"font-variant-numeric" - "normal" - "yes" + +"font-variant-position" - "normal" - "yes" + "font-weight" - "normal" - "yes" "glyph-orientation-horizontal" - "0deg" - "yes" @@ -110,7 +124,7 @@ "solid-color" - "#000000" - "no" -"solid-opacity" - "1.0" - "no" +"solid-opacity" - "1" - "no" "stop-color" - "black" - "no" @@ -148,10 +162,14 @@ "text-decoration-style" - "solid" - "no" +"text-indent" - "0" - "yes" + "text-orientation" - "mixed" - "yes" "text-rendering" - "auto" - "yes" +"text-transform" - "none" - "yes" + "title" - "NO DEFAULT" - "no" "transform" - "none" - "no" |
