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
all content between (and including) the <a>Backdrop Root</a> element and the
101
-
child element that needs access to the "backdrop". No content that is a DOM
102
-
ancestor of the Backdrop Root element should contribute to or affect the
103
-
Backdrop Root Image.
101
+
The <dfn>Backdrop Root Image</dfn> for an element E is the final image that would be produced by the following steps:
102
+
1. Start at the <a>Backdrop Root</a> element that is the nearest ancestor of E.
103
+
2. Paint all content, in <a href="https://www.w3.org/TR/CSS2/zindex.html#painting-order">painting order</a>, between (and including) the ancestor Backdrop Root element and element E.
104
+
3. Flatten the painted content into a 2D screen-space buffer.
105
+
4. Transform the border box of element E to 2D screen-space, and clip the final painted output to this border quad.
106
+
107
+
Note: No content that is a DOM ancestor of the Backdrop Root element should
108
+
contribute to or affect the Backdrop Root Image.
104
109
105
110
A <dfn>Backdrop Root</dfn> is formed, anywhere in the document, by an element in any of the following scenarios. See [[#BackdropRootTriggers]] for more details on each:
0 commit comments