- From: Jason Kratzer via GitHub <sysbot+gh@w3.org>
- Date: Tue, 04 Mar 2025 13:38:58 +0000
- To: public-css-archive@w3.org
pyoor has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-easing] add more precise syntax for linear() function ==
It appears that the `linear()` function must include at-least 2 pairs of values.
The current syntax is:
https://github.com/w3c/csswg-drafts/blob/d9282e9255a2169b5f6a2a6b6c4de85e0621d573/css-easing-2/Overview.bs#L232
This would be better represented as:
`linear() = linear( [ <<number>> && <<percentage>>{0,2} ]#{2} ) `
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11820 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 4 March 2025 13:38:59 UTC