Skip to content

Commit 6617547

Browse files
dbaronsvgeesus
authored andcommitted
Fix status that was pinned to CR, and fix a few ambiguous value references.
1 parent 73af67d commit 6617547

File tree

2 files changed

+474
-1610
lines changed

2 files changed

+474
-1610
lines changed

compositing-2/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1>Compositing and Blending Level 2</h1>
22
<pre class='metadata'>
3-
Status: CR
3+
Status: ED
44
ED: http://dev.w3.org/fxtf/compositing-2/
55
TR: http://www.w3.org/TR/compositing-2/
66
Previous Version:
@@ -241,9 +241,9 @@ Text with a blend overlay on top of an image.
241241
<h4 id="isolation">The 'isolation' property</h4>
242242

243243
In SVG, this defines whether an element is isolated or not.<br>
244-
For CSS, setting 'isolation' to ''isolate'' will turn the element into a stacking context.
244+
For CSS, setting 'isolation' to ''isolation/isolate'' will turn the element into a stacking context.
245245

246-
By default, elements use the ''auto'' keyword which implies that they are not isolated. However operations that cause the creation of stacking context [[!CSS21]] must cause a group to be isolated. These operations are described in <a href="#csscompositingrules_CSS">'behavior specific to HTML'</a> and <a href="#csscompositingrules_SVG">'behavior specific to SVG'</a>.
246+
By default, elements use the ''isolation/auto'' keyword which implies that they are not isolated. However operations that cause the creation of stacking context [[!CSS21]] must cause a group to be isolated. These operations are described in <a href="#csscompositingrules_CSS">'behavior specific to HTML'</a> and <a href="#csscompositingrules_SVG">'behavior specific to SVG'</a>.
247247

248248
<pre class='propdef'>
249249
Name: isolation
@@ -671,7 +671,7 @@ Adding or removing grouping with default attributes shall not show visual differ
671671

672672
<pre>so: A + B + C = A + (B + C) = (A + B) + C</pre>
673673

674-
When adding attributes to the group such as <!--'knockout', --> ''isolate'', blending modes other than ''normal'' or Porter Duff compositing operators other than ''source-over'', groups may no longer be invariant.
674+
When adding attributes to the group such as <!--'knockout', --> ''isolation/isolate'', blending modes other than ''normal'' or Porter Duff compositing operators other than ''source-over'', groups may no longer be invariant.
675675

676676
<h3 id="isolatedgroups">Isolated Groups</h3>
677677

0 commit comments

Comments
 (0)