Re: [fxtf-drafts] [filter-effects-2] Backdrop filters should not use BackgroundImage (#53)

The compat issue against changing `mix-blend-mode` could be addressed by adding a new [`isolation` value](https://drafts.fxtf.org/compositing-2/#propdef-isolation). `auto` (the default) could still isolate by stacking context, but there could be an override (`dont-isolate`?) that uses the full backdrop, if there are no technical reasons not to support that.

Connecting that back to `backdrop-filter`: the `auto` value of isolation is defined to be sensitive to a lot of context.  If the default isolation behavior creates nonsensical results when combined with `backdrop-filter`, then a different behavior could be defined specifically for the interaction between the two properties.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/53#issuecomment-504689649 using your GitHub account

Received on Saturday, 22 June 2019 18:46:46 UTC