Re: [csswg-drafts] [css-easing] `linear` keyword is described as a function in level 1, inconsistent with level 2 (#10734)

I still find the [definition of the `linear` keyword in Easing 2](https://drafts.csswg.org/css-easing-2/#the-linear-easing-keyword) to be simpler to understand:

The linear keyword produces a [linear easing function](https://drafts.csswg.org/css-easing-2/#linear-easing-function) with two [points](https://drafts.csswg.org/css-easing-2/#linear-easing-function-points):

[input](https://drafts.csswg.org/css-easing-2/#linear-easing-point-input) 0
[output](https://drafts.csswg.org/css-easing-2/#linear-easing-point-output) 0

[input](https://drafts.csswg.org/css-easing-2/#linear-easing-point-input) 1
[output](https://drafts.csswg.org/css-easing-2/#linear-easing-point-output) 1

I was thinking the same definition (but without the link around "linear easing function" would be better in Easing 1. But if everyone else thinks it is perfectly clear as-is, then we can close this issue.

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10734#issuecomment-2288404188 using your GitHub account


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

Received on Wednesday, 14 August 2024 10:33:37 UTC