Skip to content

Commit 217feeb

Browse files
committed
[css-transforms-2] Limit effects of preserve-3d to transformable elements.
This clarifies an earlier resolution by limiting the effect of transform-style: preserve-3d to transformable elements, matching the way that resolution has been implemented in both Gecko and Chromium. Fixes #6430.
1 parent d31099a commit 217feeb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-transforms-2/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,12 @@ Used value: flat if a <a href="#grouping-property-values">grouping property</a>
794794
Animation type: discrete
795795
</pre>
796796

797-
A computed value of ''transform-style/preserve-3d'' for 'transform-style' establishes both a stacking context and a [=containing block for all descendants=]. If the used value is ''transform-style/preserve-3d'' then it also establishes or extends a <a>3D rendering context</a>.
797+
A computed value of ''transform-style/preserve-3d'' for 'transform-style'
798+
on a <a>transformable element</a>
799+
establishes both a stacking context and
800+
a [=containing block for all descendants=].
801+
If the used value is ''transform-style/preserve-3d''
802+
then it also establishes or extends a <a>3D rendering context</a>.
798803

799804
Grouping property values {#grouping-property-values}
800805
------------------------

0 commit comments

Comments
 (0)