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
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1422,3 +1422,22 @@ Security and Privacy Considerations {#priv-sec}
1422
1422
===============================================
1423
1423
1424
1424
This specification introduces no new security or privacy considerations.
1425
+
1426
+
<h2 class="no-num" id="changes">
1427
+
Changes</h2>
1428
+
1429
+
<h3 class="no-num" id="changes-recent">
1430
+
Recent Changes</h3>
1431
+
1432
+
Substantive changes since <a href="https://www.w3.org/TR/2020/WD-css-transforms-2-20200303/">3 March 2020 WD</a>:
1433
+
1434
+
<ul>
1435
+
<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>
1436
+
<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>
1437
+
<li>Define that paint containment is a grouping property (see <a href="https://github.com/w3c/csswg-drafts/issues/6202">#6202</a>).</li>
1438
+
<li>Add support for a ''perspective()/none'' argument to ''perspective()'' (see <a href="https://github.com/w3c/csswg-drafts/issues/6488">#6488</a>).</li>
1439
+
<li>Define that clamping of values of ''perspective()'' also applies to resolved values and interpolation (see <a href="https://github.com/w3c/csswg-drafts/issues/6320">#6320</a> and <a href="https://github.com/w3c/csswg-drafts/issues/6346">#6346</a>).</li>
1440
+
<li>Clarify that the effects of ''transform-style/preserve-3d'' only affect <a>transformable elements</a> (see <a href="https://github.com/w3c/csswg-drafts/issues/6430">#6430</a>).</li>
1441
+
<li>Added a note that the resolved value of 'translate' includes percentages (see <a href="https://github.com/w3c/csswg-drafts/issues/2124">#2124</a>).</li>
0 commit comments