Primary eng emails
caban...@adobe.com, mih...@adobe.com

*Spec*
http://www.w3.org/TR/compositing-1/#mix-blend-mode
The spec has been in CR since Feb 20

*Summary*
The mix-blend-mode property allows you to specify how an element 'blends'
with elements in the same stacking context.
This property landed in gecko a couple of months ago behind the
layout.css.mix-blend-mode flag. We tested it internally and found it to
work well. It also passes the W3C spec test suite. [1]

There's also an effort to accelerate the blend modes by implementing them
in the compositor [2]. Both roc and Matt Woodrow believe that this should
not gate shipping the current implementation.

*WebKit:*
The prefix was recently dropped and we are fixing some minor bugs.
WK will only support the separable blend modes [3] as OSX and iOS don't
support the non-separable [4] modes in Core Animation.

*Blink:*
Blink implemented the full set of blending modes and they are currently
guarded behind a runtime flag. We will fix the remaining bugs and ask for
shipping once we're done fixing bugs in WebKit and Gecko.

1:
https://github.com/w3c/csswg-test/tree/master/contributors/adobe/submitted/css-compositing
2: https://bugzilla.mozilla.org/show_bug.cgi?id=950312
3: http://www.w3.org/TR/compositing-1/#blendingseparable
4: http://www.w3.org/TR/compositing-1/#blendingnonseparable
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to