- From: Romain Menke via GitHub <noreply@w3.org>
- Date: Wed, 07 Jan 2026 17:46:40 +0000
- To: public-css-archive@w3.org
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