From a0aa872111376b85e7d748ca6e098c6ef51ec25c Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 15 Oct 2015 11:19:22 +0200 Subject: Add a few new properties dealing with text and transforms. (bzr r14414) --- share/attributes/css_defaults | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'share/attributes/css_defaults') diff --git a/share/attributes/css_defaults b/share/attributes/css_defaults index 1f8e8835b..eecd2069b 100644 --- a/share/attributes/css_defaults +++ b/share/attributes/css_defaults @@ -1,5 +1,7 @@ "alignment-baseline" - "auto" - "no" +"backface-visibility" - "visible" - "no" + "baseline-shift" - "baseline" - "no" "clip" - "auto" - "no" @@ -90,6 +92,10 @@ "paint-order" - "normal" - "yes" +"perspective" - "none" - "no" + +"perspective-origin" - "NO_DEFAULT" - "no" + "pointer-events" - "visiblePainted" - "yes" "shape-rendering" - "auto" - "yes" @@ -124,10 +130,28 @@ "text-decoration" - "NO_DEFAULT" - "no" +"text-decoration-color" - "NO_DEFAULT" - "no" + +"text-decoration-fill" - "NO_DEFAULT" - "no" + +"text-decoration-line" - "none" - "no" + +"text-decoration-stroke" - "NO_DEFAULT" - "no" + +"text-decoration-style" - "solid" - "no" + +"text-orientation" - "mixed" - "yes" + "text-rendering" - "auto" - "yes" "title" - "NO DEFAULT" - "no" +"transform" - "none" - "no" + +"transform-origin" - "NO_DEFAULT" - "no" + +"transform-style" - "flat" - "no" + "unicode-bidi" - "normal" - "no" "visibility" - "visible" - "yes" -- cgit v1.2.3 From 7955f779344953ea99a7cf0cb3a7982e06709364 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 15 Oct 2015 11:30:51 +0200 Subject: Add 'transform-box' to CSS properties. (bzr r14415) --- share/attributes/css_defaults | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/attributes/css_defaults') diff --git a/share/attributes/css_defaults b/share/attributes/css_defaults index eecd2069b..05735a0f2 100644 --- a/share/attributes/css_defaults +++ b/share/attributes/css_defaults @@ -148,6 +148,8 @@ "transform" - "none" - "no" +"transform-box" - "NO_DEFAULT" - "no" + "transform-origin" - "NO_DEFAULT" - "no" "transform-style" - "flat" - "no" -- cgit v1.2.3 From 947e19464e621348fc41c9fd359d17a894d09253 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Wed, 2 Dec 2015 17:35:33 +0100 Subject: Add some SVG2 text properties to tables. (bzr r14500) --- share/attributes/css_defaults | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'share/attributes/css_defaults') diff --git a/share/attributes/css_defaults b/share/attributes/css_defaults index 05735a0f2..396c8a2d9 100644 --- a/share/attributes/css_defaults +++ b/share/attributes/css_defaults @@ -98,6 +98,14 @@ "pointer-events" - "visiblePainted" - "yes" +"shape-inside" - "auto" - "no" + +"shape-margin" - "0" - "no" + +"shape-outside" - "auto" - "no" + +"shape-padding" - "none" - "no" + "shape-rendering" - "auto" - "yes" "solid-color" - "#000000" - "no" @@ -158,6 +166,8 @@ "visibility" - "visible" - "yes" +"white-space" - "normal" - "yes" + "word-spacing" - "normal" - "yes" "writing-mode" - "lr-tb" - "yes" -- cgit v1.2.3