Skip to content

Commit 88af5be

Browse files
bokandbirtles
authored andcommitted
[css-animations-1] Export 'pending animation event queue'
1 parent 0c66590 commit 88af5be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web-animations-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,9 +2069,9 @@ this specification as well as the <a>events from CSS transitions</a>
20692069
Future specifications may extend this set with further types of [=animation
20702070
events=].
20712071

2072-
Each {{Document}} maintains a <dfn>pending animation event queue</dfn> that
2073-
stores [=animation events=] along with their corresponding event targets and
2074-
<dfn>scheduled event time</dfn>.
2072+
Each {{Document}} maintains a <dfn export>pending animation event queue</dfn>
2073+
that stores [=animation events=] along with their corresponding event targets
2074+
and <dfn>scheduled event time</dfn>.
20752075
The [=scheduled event time=] is a [=time value=] relative to the [=time origin=]
20762076
representing when the event would ideally have been dispatched were animations
20772077
updated at an infinitely high frequency.

0 commit comments

Comments
 (0)