From e083eb87698a188a8f2b08fd944c354a98c2c990 Mon Sep 17 00:00:00 2001 From: Callum Law Date: Fri, 28 Nov 2025 21:19:09 +1300 Subject: [PATCH] [web-animations-2] Replace incorrect references to `iteration duration` with `specified iteration duration` These references were to when `iteration duration` was equal to `auto`, but that is applicable to `specified iteration duration` rather than `iteration duration` as of level 2. --- web-animations-2/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web-animations-2/Overview.bs b/web-animations-2/Overview.bs index e9af32cf9997..9065140a4e59 100644 --- a/web-animations-2/Overview.bs +++ b/web-animations-2/Overview.bs @@ -204,7 +204,7 @@ Add: > maximum value a timeline may generate for its current time. This value is > used to calculate the [=intrinsic iteration duration=] for the target effect > of an animation that is associated with the timeline when the effect's -> [=iteration duration=] is "auto". The value is computed such that the effect +> [=specified iteration duration=] is "auto". The value is computed such that the effect > fills the available time. For a monotonic timeline, there is no upper bound > on current time, and [=timeline duration=] is unresolved. For a non-monotonic > (e.g. scroll) timeline, the duration has a fixed upper bound. In this @@ -227,7 +227,7 @@ Append: > a is as > follows: > -> 1. If the [=iteration duration=] is auto, then perform the following steps. +> 1. If the [=specified iteration duration=] is auto, then perform the following steps. > * Set [=start delay=] and [=end delay=] to 0, as it is not > possible to mix time and proportions. > @@ -255,7 +255,7 @@ Append: > Otherwise: > 1. Set [=start delay=] = |specified start delay| > 1. Set [=end delay=] = |specified end delay| -> 1. If [=iteration duration=] is auto: +> 1. If [=specified iteration duration=] is auto: > * Set [=iteration duration=] = [=intrinsic iteration duration=] > Otherwise: > * Set [=iteration duration=] = |specified iteration duration|