[csswg-drafts] [css-transforms] Syntax definition for `transform-function` is broken (#13310)

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

== [css-transforms] Syntax definition for `transform-function` is broken ==
In a recent change this was altered to `<scale()> | <scaleX()> | <scaleY()> | <scaleZ()> | <translate3d()> | <translate()> | <translateX()> | <translateY()> | <translateZ()> | <rotate3d()> <rotate()> | <rotateX()> | <rotateY()> | <rotateZ()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <matrix()> | <perspective()>`

This has two problems:
- `<rotate3d()> <rotate()>` is lacking a `|`
- `<scale3d()>` is missing

Likely a mistake/typo

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


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

Received on Wednesday, 7 January 2026 17:46:41 UTC