Skip to content

Commit 548e793

Browse files
committed
[css-transforms-2] Note that w3c#3305 is only half-done.
1 parent b73aa7a commit 548e793

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-transforms-2/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,10 @@ Recent Changes</h3>
14911491
Substantive changes since <a href="https://www.w3.org/TR/2020/WD-css-transforms-2-20200303/">3 March 2020 WD</a>:
14921492

14931493
<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>
14951498
<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>
14961499
<li>Fix multiple definitions to be consistent with the spec's definition for a 3D Rendering Context:
14971500
<ul>

0 commit comments

Comments
 (0)