Skip to content

Commit 0711e0e

Browse files
committed
Move normative text outside of informative notes
1 parent 69eb4fe commit 0711e0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compositing-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The syntax of the property of <<blend-mode>> is given with:
141141
<a value>hue</a> | <a value>saturation</a> | <a value>color</a> | <a value>luminosity</a>
142142
</pre>
143143

144-
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.
145145

146146
<wpt>
147147
Blending_in_a_group_with_filter.html
@@ -826,7 +826,7 @@ if present.
826826
<h3 id="rootgroup">The Root Group</h3>
827827
The root group encompasses the entire canvas and contains (or is below) the root element group of the root element of a web page.
828828

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,
830830
for final compositing, but this is not required.
831831

832832
<h2 id="advancedcompositing">Advanced compositing features</h2>
@@ -1283,7 +1283,7 @@ The <a>backdrop</a> is replaced with the source where the source is lighter; oth
12831283
B(Cb, Cs) = max(Cb, Cs)
12841284
</pre>
12851285

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.
12871287

12881288
<div class="figure">
12891289
<img src="examples/lighten.png" alt="example of lighten blending">
@@ -1513,7 +1513,7 @@ Privacy Considerations</h2>
15131513

15141514
<p>No new privacy considerations have been reported on this specification.</p>
15151515

1516-
<h3 id="security" class="no-num">
1516+
<h2 id="security" class="no-num">
15171517
Security Considerations</h2>
15181518

15191519
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

Comments
 (0)