Skip to content

Commit b8bcac5

Browse files
committed
[css-transforms] Add 'isolation' to list of properties that cause flattening.
1 parent d6241c1 commit b8bcac5

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

css-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2013-10-07 Dirk Schulze <dschulze@adobe.com>
2+
Used value of 'isolate' on 'isolation' property causes flattening.
3+
14
2013-07-04 Dirk Schulze <dschulze@adobe.com>
25
Setting opacity does not cause flattening.
36

css-transforms/Overview.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@ <h2 class="heading settled heading" data-level=9 id=transform-style-property><sp
846846
<li><a class=property data-link-type=propdesc href=http://dev.w3.org/fxtf/filters/#effects title=filter>filter</a>: any value other than <span class=css data-link-type=maybe title=none>none</span>.</li>
847847
<li><a class=property data-link-type=propdesc href=http://dev.w3.org/fxtf/masking/#ClipProperty title=clip>clip</a>: any value other than <span class=css data-link-type=maybe title=auto>auto</span>.</li>
848848
<li><a class=property data-link-type=propdesc href=http://dev.w3.org/fxtf/masking/#clip-path title=clip-path>clip-path</a>: any value other than <span class=css data-link-type=maybe title=none>none</span>.</li>
849+
<li><a class=property data-link-type=propdesc href=http://dev.w3.org/fxtf/compositing-1/#propdef-isolation title=isolation>isolation</a>: used value of <span class=css data-link-type=maybe title=isolate>isolate</span>.</li>
849850
<li><a class=property data-link-type=propdesc href=http://dev.w3.org/fxtf/masking/#mask-image title=mask-image>mask-image</a>: any value other than <span class=css data-link-type=maybe title=none>none</span>.</li>
850851
<li><a class=property data-link-type=propdesc href=http://dev.w3.org/fxtf/masking/#mask-box-image-source title=mask-box-image-source>mask-box-image-source</a>: any value other than <span class=css data-link-type=maybe title=none>none</span>.</li>
851852
<li><a class=property data-link-type=propdesc href=http://dev.w3.org/fxtf/compositing-1/#propdef-mix-blend-mode title=mix-blend-mode>mix-blend-mode</a>: any value other than <span class=css data-link-type=maybe title=normal>normal</span>.</li>

css-transforms/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ <h2 id="transform-style-property">The 'transform-style' Property</h2>
822822
<li>'filter': any value other than ''none''.</li>
823823
<li>'clip': any value other than ''auto''.</li>
824824
<li>'clip-path': any value other than ''none''.</li>
825+
<li>'isolation': used value of ''isolate''.</li>
825826
<li>'mask-image': any value other than ''none''.</li>
826827
<li>'mask-box-image-source': any value other than ''none''.</li>
827828
<li>'mix-blend-mode': any value other than ''normal''.</li>

0 commit comments

Comments
 (0)