Skip to content

Commit ed6f21d

Browse files
chrishtrsvgeesus
authored andcommitted
Merge pull request w3c#372 from mfreed7/add_more_warnings
Added more issue markers for the lack of consensus on backdrop root
1 parent 1268200 commit ed6f21d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

filter-effects-2/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ filter effect, or provided as a CSS image value.
3030
This is Level 2 of the Filter Effects Module. It is currently written as
3131
a "delta", describing any differences from Level 1.
3232

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.
3434
See <a href="https://github.com/w3c/fxtf-drafts/issues/53">discussion in issue 53</a>.
3535

3636

@@ -104,6 +104,9 @@ The <dfn>Backdrop Root Image</dfn> for an element E is the final image that woul
104104
3. Flatten the painted content into a 2D screen-space buffer.
105105
4. Transform the border box of element E to 2D screen-space, and clip the final painted output to this border quad.
106106

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+
107110
Note: No content that is a DOM ancestor of the Backdrop Root element should
108111
contribute to or affect the Backdrop Root Image.
109112

@@ -310,6 +313,9 @@ performance breakdown. Clearly, this is not a scalable approach.
310313

311314
<em>This section is non-normative</em>
312315

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+
313319
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.
314320

315321
Obvious triggers:

0 commit comments

Comments
 (0)