From c1770382df6ae26b52d34e6de57e71d31e43bc31 Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Fri, 15 Jul 2022 09:54:17 +0900 Subject: [PATCH] [css-animations-2] clarify that CSS animation events are dispatched at the owning element --- css-animations-2/Overview.bs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css-animations-2/Overview.bs b/css-animations-2/Overview.bs index c25ddc3dcc3..c855a0c836e 100644 --- a/css-animations-2/Overview.bs +++ b/css-animations-2/Overview.bs @@ -31,6 +31,10 @@ Editor: Brian Birtles, Mozilla https://www.mozilla.org/, bbirtles@mozilla.com, w Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior. Ignored Vars: auto-rewind +
+urlPrefix: https://dom.spec.whatwg.org/; type: dfn; spec: dom
+    text: event target
+