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

Would it be possible to extend `isolation` to have a third value that means "don't isolate, even if this is a stacking context or other element that usually causes `auto` isolation".  This would be similar to how [`transform-style: preserve-3d`](https://drafts.csswg.org/css-transforms-2/#transform-style-property) works.

(Currently, `isolation` only has two values, `isolate` vs `auto`.)

This would address the authoring issue (authors often expect the backdrop filter to filter everything behind the element, but maybe they also expect isolation to limit it if they're using blending or opacity). But it could be more complicated for implementers, as they would need to implement both behaviors, both for backdrop filtering and for blend modes.

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

Received on Monday, 25 February 2019 17:52:07 UTC