So here's the problem. You can apply `scale: X` to 3d content. Does `scale: 2` expand in your proposal to `scale: 2 2 1` or `scale: 2 2 2`? If the former, that's confusing - on 3d content, `scale: 2` will expand your stuff in the xy plane, but the z plane is left alone. This breaks expectations with 2d-authored content. If the latter, that's confusing - what does `scale: 2 3` expand to? We went with the third confusing option: it expands to `2 1 1`, so only the axises you specify expand at all. This breaks expectations with `scale(2)`, tho. Since all the options were bad, we went with the one that's bad in a consistent way, at least. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2109#issuecomment-351843781 using your GitHub accountReceived on Thursday, 14 December 2017 21:39:08 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:21 UTC