summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataCSS.pl
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2013-12-12 14:13:19 +0000
committertavmjong-free <tavmjong@free.fr>2013-12-12 14:13:19 +0000
commit79679a4b733615403756d9bf5d6e71c7f7bd4cc3 (patch)
tree8f7fb0564946ae0eec2c73249b95add0a9e38ab6 /share/attributes/genMapDataCSS.pl
parentFix for Bug #1255367 (Alt D clears undo history even when nothing happens). (diff)
downloadinkscape-79679a4b733615403756d9bf5d6e71c7f7bd4cc3.tar.gz
inkscape-79679a4b733615403756d9bf5d6e71c7f7bd4cc3.zip
Accept new CSS blend properties as valid.
(bzr r12849)
Diffstat (limited to 'share/attributes/genMapDataCSS.pl')
-rwxr-xr-xshare/attributes/genMapDataCSS.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/attributes/genMapDataCSS.pl b/share/attributes/genMapDataCSS.pl
index 76580c642..98994350a 100755
--- a/share/attributes/genMapDataCSS.pl
+++ b/share/attributes/genMapDataCSS.pl
@@ -183,6 +183,17 @@ push @{$properties{ "text-align" }->{elements}}, "flowRoot";
$properties{ "text-align" }->{default} = "start";
$properties{ "text-align" }->{inherit} = "yes";
+# Compositing and Blending Level 1
+push @{$properties{ "mix-blend-mode" }->{elements}}, @container_elements;
+push @{$properties{ "mix-blend-mode" }->{elements}}, @graphics_elements;
+$properties{ "mix-blend-mode" }->{default} = "normal";
+$properties{ "mix-blend-mode" }->{inherit} = "no";
+
+push @{$properties{ "isolation" }->{elements}}, @container_elements;
+push @{$properties{ "isolation" }->{elements}}, @graphics_elements;
+$properties{ "isolation" }->{default} = "auto";
+$properties{ "isolation" }->{inherit} = "no";
+
# Output