From eba9f93f4055dcc5e4914a00c8155613be81ab0e Mon Sep 17 00:00:00 2001 From: Antoine Quint Date: Thu, 12 Dec 2024 11:30:49 +0100 Subject: [PATCH] Fix numbering of steps for the computation "at progress timeline boundary" (#11356) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- web-animations-2/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-animations-2/Overview.bs b/web-animations-2/Overview.bs index 086673ccf28..bf406db0f07 100644 --- a/web-animations-2/Overview.bs +++ b/web-animations-2/Overview.bs @@ -1244,7 +1244,7 @@ an animation effect. return false - 1. Let effective start time be the animation's + 1. Let effective start time be the animation's [=animation/start time=] if resolved, or zero otherwise. 1. Set unlimited current time based on the first matching