Skip to content

Commit 53ae2ac

Browse files
authored
[css-values-5] Make the progress() result consistent with its arguments (#12309)
This was accidentally removed in 640e1c0.
1 parent 0198341 commit 53ae2ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-values-5/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,9 @@ Interpolation Progress Calculations: the ''progress()'' notation
795795
or a [=mix notation=].
796796

797797
798-
The ''progress()'' notation resolves to a <>
799-
by calculating a progress function as follows:
798+
The result of ''progress()'' is a <>
799+
[=made consistent=] with the [=consistent type=] of its arguments,
800+
resolved by calculating a progress function as follows:
800801

801802
: If the [=progress start value=] and [=progress end value=] are different values
802803
:: ([=progress value=] - [=progress start value=]) / ([=progress end value=] - [=progress start value=]).

0 commit comments

Comments
 (0)