[csswg-drafts] [css-transforms-2] Syntax of individual transforms should reflect general CSS syntax (#7646)

evayde has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-transforms-2] Syntax of individual transforms should reflect general CSS syntax ==
For example: Individual translate is only usable like so: `translate: 0 0 10px`
But `translate` as an individual property should be a shorthand for
`translate-x`, `translate-y`, and `translate-z`
In my opinion, this would reflect the current CSS syntax with other properties, like `overflow`, `background-position`, `scroll-snap-type`, and so on. Otherwise, it feels kind of inconsistent to me.

Or is there any technical reason that we cannot provide that syntax for individual transforms?

Spec: https://www.w3.org/TR/css-transforms-2/#individual-transforms


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7646 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 24 August 2022 21:16:56 UTC