From 337c63ed6418c5a38b91b4df4b738b822f780d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=BClker?= Date: Fri, 17 Apr 2026 14:33:42 +0200 Subject: [PATCH] [web-animations-1]: Pass correct value to "set the associated effect of an animation" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simon Wülker --- web-animations-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-animations-1/Overview.bs b/web-animations-1/Overview.bs index 06fab211a7c6..3d78e927880d 100644 --- a/web-animations-1/Overview.bs +++ b/web-animations-1/Overview.bs @@ -4729,7 +4729,7 @@ The {{Animation}} interface {#the-animation-interface} 3. Run the procedure to [=set the associated effect of an animation=] on |animation| - passing |source| as the new effect. + passing |effect| as the new effect.