Skip to content

Commit 2fa2753

Browse files
committed
[web-animations-1] Drop unnecessary CompositeOperation dfn
1 parent 41b17b4 commit 2fa2753

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
@@ -5676,7 +5676,7 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
56765676
::
56775677
The [=composite operation=] used
56785678
to composite this [=keyframe effect=] with the [=effect stack=],
5679-
as specified by one of the [=CompositeOperation=] enumeration values.
5679+
as specified by one of the {{CompositeOperation}} enumeration values.
56805680

56815681
On setting,
56825682
sets the [=composite operation=] property of this [=animation effect=]
@@ -6585,7 +6585,7 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
65856585
::
65866586
The [=composite operation=] used
65876587
to composite this animation with the [=effect stack=],
6588-
as specified by one of the [=CompositeOperation=] enumeration values.
6588+
as specified by one of the {{CompositeOperation}} enumeration values.
65896589
This is used for all [=keyframes=] that specify
65906590
an {{CompositeOperationOrAuto/auto}}
65916591
[=keyframe-specific composite operation=].
@@ -6600,7 +6600,7 @@ The {{CompositeOperation}} and {{CompositeOperationOrAuto}} enumerations {#the-c
66006600
------------------------------------------------------------------------
66016601

66026602
The possible values of an [=keyframe effect=]’s composition behavior
6603-
are represented by the <dfn>CompositeOperation</dfn> enumeration.
6603+
are represented by the {{CompositeOperation}} enumeration.
66046604

66056605
<xmp class=idl>
66066606
enum CompositeOperation { "replace", "add", "accumulate" };

0 commit comments

Comments
 (0)