Re: [fxtf-drafts] [filter-effects-1] What is the visual effect of filter() on the document element?

> The spec also says that the [order of graphical operations](https://www.w3.org/TR/compositing-1/#compositingandblendingorder) is:
> 
> > The compositing model must follow the SVG compositing model (SVG11): first any filter effect is applied, then any clipping, masking, blending and compositing.

This is fine, we can follow that order. The important thing is to apply after the overflow clip and
scroll of the contents.

Though I'm not sure if masking or css clip can apply to the root element at all.

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

Received on Wednesday, 12 September 2018 15:58:52 UTC