We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0198341 commit 53ae2acCopy full SHA for 53ae2ac
1 file changed
css-values-5/Overview.bs
@@ -795,8 +795,9 @@ Interpolation Progress Calculations: the ''progress()'' notation</h2>
795
or a [=mix notation=].
796
797
<div algorithm>
798
- The ''progress()'' notation resolves to a <<number>>
799
- by <dfn noexport lt="calculate a progress function">calculating a progress function</dfn> as follows:
+ The result of ''progress()'' is a <<number>>
+ [=made consistent=] with the [=consistent type=] of its arguments,
800
+ resolved by <dfn noexport lt="calculate a progress function">calculating a progress function</dfn> as follows:
801
802
: If the [=progress start value=] and [=progress end value=] are different values
803
:: <code>([=progress value=] - [=progress start value=]) / ([=progress end value=] - [=progress start value=])</code>.
0 commit comments