add Compositing and Blending Level 1 features

This commit is contained in:
Kyo Nagashima
2013-10-26 16:54:56 +09:00
parent 9d1fdb9856
commit d667cf6766
4 changed files with 24 additions and 0 deletions

View File

@@ -71,6 +71,24 @@
display: currentColor;
}
.compositing {
mix-blend-mode: multiply;
isolation: screen;
background-blend-mode: overlay;
display: darken;
display: lighten;
display: color-dodge;
display: color-burn;
display: hard-light;
display: soft-light;
display: difference;
display: exclusion;
display: hue;
display: saturation;
display: color;
display: luminosity;
}
.content {
move-to: inhibit;
page-policy: here;