Skip to content

Commit eba9f93

Browse files
authored
Fix numbering of steps for the computation "at progress timeline boundary" (#11356)
Due to faulty indentation, "Let effective start time be the animation’s start time if resolved, or zero otherwise." is step 1 and all other steps are sub steps.
1 parent cac2e47 commit eba9f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-animations-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ an <a>animation effect</a>.
12441244

12451245
return false
12461246

1247-
1. Let <var>effective start time</var> be the <a>animation</a>'s
1247+
1. Let <var>effective start time</var> be the <a>animation</a>'s
12481248
[=animation/start time=] if resolved, or zero otherwise.
12491249

12501250
1. Set <var>unlimited current time</var> based on the first matching

0 commit comments

Comments
 (0)