CSS Filter: Add properties from compositing/blending module

This commit is contained in:
Neil Williams
2015-12-20 16:36:12 -08:00
parent e6de184151
commit 875549ce8b

View File

@@ -87,6 +87,7 @@ SAFE_PROPERTIES = {
"backface-visibility",
"background",
"background-attachment",
"background-blend-mode",
"background-clip",
"background-color",
"background-image",
@@ -211,6 +212,7 @@ SAFE_PROPERTIES = {
"max-width",
"min-height",
"min-width",
"mix-blend-mode",
"opacity",
"order",
"orphans",