[csswg-drafts] Pull Request: [css-easing-2] correct the `<linear-stop-list>` syntax

OnkarRuikar has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-easing-2] correct the `<linear-stop-list>` syntax ==
The [parsing algo](https://drafts.csswg.org/css-easing/#linear-easing-function-parsing) for the `linear()` easing function says, "3. If there are less than two items in stopList, then return failure."

So in the current syntax `<linear-stop-list> = [ <linear-stop> ]#`, the `{2,}` would be more accurate than `#`.

See https://github.com/w3c/csswg-drafts/pull/10643


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

Received on Tuesday, 30 July 2024 09:32:53 UTC