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
Copy file name to clipboardExpand all lines: css-transforms-2/Overview.bs
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1491,7 +1491,10 @@ Recent Changes</h3>
1491
1491
Substantive changes since <a href="https://www.w3.org/TR/2020/WD-css-transforms-2-20200303/">3 March 2020 WD</a>:
1492
1492
1493
1493
<ul>
1494
-
<li>The specification no longer requires maintaining state for whether individual transform properties have 2D or 3D values, but instead requires that any value that can be expressed as 2D is treated as 2D (see <a href="https://github.com/w3c/csswg-drafts/issues/3305">#3305</a>).</li>
1494
+
<li>The specification no longer requires maintaining state for whether individual transform properties have 2D or 3D values, but instead requires that any value that can be expressed as 2D is treated as 2D (see <a href="https://github.com/w3c/csswg-drafts/issues/3305">#3305</a>).
1495
+
1496
+
Note: An analogous change is intended for transform functions, but it has not been made yet.
1497
+
</li>
1495
1498
<li>The 'scale' property and ''scale()'', ''scaleX()'' and ''scaleY()'' functions now support percentages (see <a href="https://github.com/w3c/csswg-drafts/issues/3399">#3399</a>).</li>
1496
1499
<li>Fix multiple definitions to be consistent with the spec's definition for a 3D Rendering Context:
0 commit comments