Skip to content

Commit

Permalink
[css-values-5][bugfix] Progress calculation accounts for start value
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Dec 12, 2023
1 parent 429947f commit 921e2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Calculated Progress Values: the ''progress()'' notation</h3>
respectively.

The value returned by a valid ''progress()'' notation is
<var>progress value</var> / (<var>end value</var> - <var>start value</var>),
(<var>progress value</var> - <var>start value</var>) / (<var>end value</var> - <var>start value</var>),
as a <<number>>.

ISSUE: Do we need a ''percent-progress()'' notation,
Expand Down

0 comments on commit 921e2c0

Please sign in to comment.