Re: [csswg-drafts] [css-easing-2] correct the `<linear-stop-list>` syntax (#10643)

`linear(.3 20% 70%)` *should* be valid, yes - it's two stops. The grammar correctly accepts it, but the parsing algo doesn't, and needs fixing. 

`linear(.3)` and `linear(.3 20%)` are not currently valid per the grammar, but should be, to match with gradients. See <https://github.com/w3c/csswg-drafts/issues/10580#issuecomment-2240428017>

`linear-gradient(red 80%)` was resolved to be valid just a few weeks ago; impls haven't caught up yet.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/10643#issuecomment-2261272611 using your GitHub account


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

Received on Wednesday, 31 July 2024 19:29:08 UTC