Skip to content

Commit 5447f9b

Browse files
committed
[css-animations-2] Default composit should be 'animation-composition'.
1 parent 35141be commit 5447f9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-animations-2/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ its associated [=keyframes=] are generated as follows:
278278
* Let |default timing function| be the corresponding [=computed value=]
279279
of 'animation-timing-function' on |element|.
280280
281-
* Let |default composite| be ''replace''.
281+
* Let |default composite| be the corresponding [=computed value=]
282+
of 'animation-composition' on |element|.
282283
283284
* Let |keyframes| be an empty sequence of [=keyframe=] objects,
284285
each possessing a

0 commit comments

Comments
 (0)