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
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.
144
+
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.
145
145
146
146
<wpt>
147
147
Blending_in_a_group_with_filter.html
@@ -826,7 +826,7 @@ if present.
826
826
<h3 id="rootgroup">The Root Group</h3>
827
827
The root group encompasses the entire canvas and contains (or is below) the root element group of the root element of a web page.
828
828
829
-
<p class="note">Browsers often use an infinite <a href="https://www.w3.org/TR/css-color-4/#sample">white, 100% opaque</a> root group,
829
+
<p class="note allow-2119">Browsers often use an infinite <a href="https://www.w3.org/TR/css-color-4/#sample">white, 100% opaque</a> root group,
@@ -1283,7 +1283,7 @@ The <a>backdrop</a> is replaced with the source where the source is lighter; oth
1283
1283
B(Cb, Cs) = max(Cb, Cs)
1284
1284
</pre>
1285
1285
1286
-
Note: The result must be rounded down if it exceeds the range.
1286
+
The result must be rounded down if it exceeds the range.
1287
1287
1288
1288
<div class="figure">
1289
1289
<img src="examples/lighten.png" alt="example of lighten blending">
@@ -1513,7 +1513,7 @@ Privacy Considerations</h2>
1513
1513
1514
1514
<p>No new privacy considerations have been reported on this specification.</p>
1515
1515
1516
-
<h3 id="security" class="no-num">
1516
+
<h2 id="security" class="no-num">
1517
1517
Security Considerations</h2>
1518
1518
1519
1519
It is important that the timing to the blending and compositing operations is independent of the source and destination pixel. Operations must be implemented in such a way that they always take the same amount of time regardless of the pixel values.</p>
0 commit comments