File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -234,17 +234,14 @@ The [=output progress value=] is calculated from the [=input progress value=]
234234and [=before flag=] as follows:
235235
2362361. Calculate the <var> current step</var> as <code> floor([=input progress
237- value=] × [=steps=] )</code> clamped to the range [0,
238- [=steps=] ].
237+ value=] × [=steps=] )</code> .
239238
240- 1. If the [=step position=] property is <a value for="steps()">start</a> and
241- <var> current step</var> < [=steps=] , increment <var> current
242- step</var> by one.
239+ 1. If the [=step position=] property is <a value for="steps()">start</a> ,
240+ increment <var> current step</var> by one.
243241
244- 1. If <em> all </em> of the following conditions are true:
242+ 1. If <em> both </em> of the following conditions are true:
245243
246- * the [=before flag=] is set,
247- * <var> current step</var> > 0, <em> and</em>
244+ * the [=before flag=] is set, <em> and</em>
248245 * [=input progress value=] × [=steps=] mod 1 equals zero
249246 (that is, if [=input progress value=] × [=steps=] is
250247 integral), then
You can’t perform that action at this time.
0 commit comments