From fad6e37402df70b5409c92f4ca0d476173288b62 Mon Sep 17 00:00:00 2001 From: Jordan Taylor Date: Tue, 15 Sep 2020 13:09:22 -0700 Subject: [PATCH] Adding back in condition for current phase that is needed when animation is in idle state --- web-animations-1/Overview.bs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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,