Skip to content

Commit cfb0a5f

Browse files
committed
[css-easing-2] linear() fixup happens at used-value time, not after parsing. #11211
1 parent 79eced7 commit cfb0a5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-easing-2/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,9 @@ A [=linear easing function=] has the following syntax:
252252
one per <<percentage>>.
253253

254254
If an argument lacks a <<percentage>>,
255-
its [=input progress value=] is initially empty,
256-
but that is immediately corrected by [=linear() canonicalization=] after parsing.
255+
its [=input progress value=] is initially empty.
256+
This is corrected at [=used value=] time
257+
by [=linear() canonicalization=].
257258

258259
<div algorithm>
259260
To <dfn export lt="linear() canonicalization|canonicalize a linear()">canonicalize a linear()</dfn> function's [=linear()/control points=],

0 commit comments

Comments
 (0)