Skip to content

Commit

Permalink
[web-animations-1] Drop unnecessary CompositeOperation dfn
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Jan 31, 2025
1 parent 6498b6b commit a862fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5676,7 +5676,7 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
::
The [=composite operation=] used
to composite this [=keyframe effect=] with the [=effect stack=],
as specified by one of the [=CompositeOperation=] enumeration values.
as specified by one of the {{CompositeOperation}} enumeration values.

On setting,
sets the [=composite operation=] property of this [=animation effect=]
Expand Down Expand Up @@ -6585,7 +6585,7 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
::
The [=composite operation=] used
to composite this animation with the [=effect stack=],
as specified by one of the [=CompositeOperation=] enumeration values.
as specified by one of the {{CompositeOperation}} enumeration values.
This is used for all [=keyframes=] that specify
an {{CompositeOperationOrAuto/auto}}
[=keyframe-specific composite operation=].
Expand All @@ -6600,7 +6600,7 @@ The {{CompositeOperation}} and {{CompositeOperationOrAuto}} enumerations {#the-c
------------------------------------------------------------------------

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

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

0 comments on commit a862fc6

Please sign in to comment.