diff --git a/web-animations-1/Overview.bs b/web-animations-1/Overview.bs index 2805bdd0a0a8..7e62ff276469 100644 --- a/web-animations-1/Overview.bs +++ b/web-animations-1/Overview.bs @@ -951,7 +951,11 @@ below: : If the animation's hold phase is set, :: The current phase is the animation's hold phase. -: If the animation has no associated timeline: +: If either of the following are true: + + 1. the animation has no associated timeline, or + 1. the animation's [=start time=] is unresolved. + :: The current phase is [=timeline inactive phase|inactive=]. : Otherwise,