You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: filter-effects-2/Overview.bs
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ filter effect, or provided as a CSS image value.
30
30
This is Level 2 of the Filter Effects Module. It is currently written as
31
31
a "delta", describing any differences from Level 1.
32
32
33
-
Issue: This specification drafted for discussion and does not yet have Working Group consensus.
33
+
Issue: This specification was drafted for discussion, and does not yet have Working Group consensus.
34
34
See <a href="https://github.com/w3c/fxtf-drafts/issues/53">discussion in issue 53</a>.
35
35
36
36
@@ -104,6 +104,9 @@ The <dfn>Backdrop Root Image</dfn> for an element E is the final image that woul
104
104
3. Flatten the painted content into a 2D screen-space buffer.
105
105
4. Transform the border box of element E to 2D screen-space, and clip the final painted output to this border quad.
106
106
107
+
Issue: This specification does not yet have Working Group consensus, specifically on the definition of Backdrop Root.
108
+
See <a href="https://github.com/w3c/fxtf-drafts/issues/53">discussion in issue 53</a>.
109
+
107
110
Note: No content that is a DOM ancestor of the Backdrop Root element should
108
111
contribute to or affect the Backdrop Root Image.
109
112
@@ -310,6 +313,9 @@ performance breakdown. Clearly, this is not a scalable approach.
310
313
311
314
<em>This section is non-normative</em>
312
315
316
+
Issue: This specification does not yet have Working Group consensus, specifically on the definition of Backdrop Root.
317
+
See <a href="https://github.com/w3c/fxtf-drafts/issues/53">discussion in issue 53</a>.
318
+
313
319
As described in [[#BackdropRootMotivation]], several operations pose fundamental problems for operations that need to read back content that was painted before, and then re-paint that content (possibly filtered or blended) again. The list of element types that trigger a [[#BackdropRoot]] each pose one of these problems. Some are obvious and some are more nuanced. This section describes why each trigger is necessary.
0 commit comments