From a9a1fe6bf87235e8dfe1650ec36a95a85fc533fe Mon Sep 17 00:00:00 2001 From: Johannes Odland Date: Mon, 29 Jan 2024 22:20:03 +0100 Subject: [PATCH] Add todo to update code once auto-align issue is answered or closed --- src/proxy-animation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/proxy-animation.js b/src/proxy-animation.js index f61a2a8..bc5287b 100644 --- a/src/proxy-animation.js +++ b/src/proxy-animation.js @@ -603,6 +603,7 @@ function playInternal(details, autoRewind) { // Additonal check for polyfill: Does not have the auto align start time flag set. // If we return when this flag is set, a play task will not be scheduled, leaving the animation in the // idle state. If the animation is in the idle state, the auto align procedure will bail. + // TODO: update with results of https://github.com/w3c/csswg-drafts/issues/9871 if (details.holdTime === null && !details.autoAlignStartTime && !abortedPause && details.pendingPlaybackRate === null) return;