Re: [fxtf-drafts] [filter-effects-2] Should backdrop-filter respect clip-path? (#368)

So step 4 of the spec relates to what clipping happens on *just* the backdrop-filtered image. There is no limitation on applying a mask or clip-path to the entire element, which will clip both the backdrop-filtered image and the content inside the element itself.

Note that there was a [bug](https://crbug.com/974857) in Chrome 76 that caused clip paths and masks not to apply to the backdrop-filtered image. That bug was fixed in Chrome 77, releasing this week. I tried the [sample site](https://codepen.io/chriscoyier/pen/YzKWYWa) referenced by the css-tricks post, and it seems to work correctly in Chrome 77 and beyond.

It appears that the [apple-arcade](https://www.apple.com/apple-arcade/) site sniffs Chrome and disables the backdrop-filter effect, unfortunately.

With the above information - are you ok closing this bug?

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

Received on Monday, 9 September 2019 18:27:28 UTC