- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 19 Jul 2024 22:34:43 +0000
- To: public-css-archive@w3.org
Agenda+ to request the following changes: 1. Allow "create a linear easing function" to accept a single stop (making it no longer possible to fail). (So `linear(.4 0% 100%)` is valid, identical to `linear(.4 0%, .4 100%)`. 2. Fix "calculate linear easing output" to handle having a single stop (acting as a constant function at that output value). (So `linear(.4)` is valid, identical to `linear(.4 0% 100%)` in behavior, tho it'll serialize as only a single stop.)r -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10580#issuecomment-2240428017 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 19 July 2024 22:34:44 UTC