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
and/or the creation of a <a spec="css21">stacking context</a>.
48
+
and/or the creation of a <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a>.
49
49
50
50
The 'background-blend-mode' property also builds upon the properties defined in the <a href="https://www.w3.org/TR/css3-background/#placement" title="Backgrounds and Borders">CSS Backgrounds and Borders</a> module [[!CSS3BG]].
51
51
@@ -76,11 +76,11 @@ The compositing model must follow the <a href="https://www.w3.org/TR/SVG11/rende
76
76
<h3 id="csscompositingrules_CSS">Behavior specific to HTML</h3>
77
77
<!-- <p>
78
78
If an element specifies non-default blending or <a href="https://www.w3.org/TR/css3-color/#transparency">'opacity'</a>, its <a href="https://www.w3.org/TR/css3-2d-transforms/#transform-style-property">transform-style</a>[[CSS3-TRANSFORMS]] and that of all of its children must revert to 'flat'.<br>
79
-
The application of blending other than 'normal' to an element must also establish a <a spec="css21">stacking context</a>[[!CSS21]] the same way that CSS <a href="https://www.w3.org/TR/css3-color/#transparency">'opacity'</a> does. One of the consequences is that elements with z-index must not honor the depth of elements outside of the group.<br> -->
79
+
The application of blending other than 'normal' to an element must also establish a <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a>[[!CSS21]] the same way that CSS <a href="https://www.w3.org/TR/css3-color/#transparency">'opacity'</a> does. One of the consequences is that elements with z-index must not honor the depth of elements outside of the group.<br> -->
80
80
81
81
Everything in CSS that creates a <a href="https://www.w3.org/TR/CSS21/zindex.html">stacking context</a> must be considered an <a href="#isolatedgroups">‘isolated’ group</a>. HTML elements themselves should not create groups.
82
82
83
-
An element that has blending applied, must blend with all the underlying content of the <a spec="css21">stacking context</a>[[!CSS21]] that that element belongs to.
83
+
An element that has blending applied, must blend with all the underlying content of the <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a>[[!CSS21]] that that element belongs to.
84
84
85
85
The root element for an HTML document is the <a href="https://dom.spec.whatwg.org/#document-element">document element</a>.
86
86
@@ -133,7 +133,7 @@ The syntax of the property of <<blend-mode>> is given with:
Note: Applying a blendmode other than <a value>normal</a> to the element must establish a new <a spec="css21">stacking context</a>[[!CSS21]]. This group must then be blended and composited with the <a spec="css21">stacking context</a> that contains the element.
136
+
Note: Applying a blendmode other than <a value>normal</a> to the element must establish a new <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a>[[!CSS21]]. This group must then be blended and composited with the <a href="https://www.w3.org/tr/css21/visuren.html#x43">stacking context</a> that contains the element.
0 commit comments