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
[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.
Copy file name to clipboardExpand all lines: css-transforms-2/Overview.bs
+6-1
Original file line number
Diff line number
Diff line change
@@ -794,7 +794,12 @@ Used value: flat if a <a href="#grouping-property-values">grouping property</a>
794
794
Animation type: discrete
795
795
</pre>
796
796
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>.
0 commit comments