Skip to content

Commit 63788b0

Browse files
committed
[web-animations-1] Fix composite cross-links
1 parent 8d74c4b commit 63788b0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

web-animations-1/Overview.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3485,11 +3485,11 @@ effect</a>'s <a lt="target property">target properties</a>.
34853485
Since it is possible for multiple <a>in effect</a> <a>keyframe effects</a> to
34863486
target the same property it is often necessary to combine the results of several
34873487
<a>keyframe effects</a> together.
3488-
This process is called <dfn lt='composition'>compositing</dfn> and is
3489-
based on establishing an <a>effect stack</a> for each property
3488+
This process is called <dfn lt='composite | composition'>compositing</dfn>
3489+
and is based on establishing an <a>effect stack</a> for each property
34903490
targeted by an <a>in effect</a> <a>animation effect</a>.
34913491

3492-
After compositing the results of <a>keyframe
3492+
After [=compositing=] the results of <a>keyframe
34933493
effects</a> together, the composited result is combined with other
34943494
values specified for the <a>target property</a>.
34953495

@@ -3555,8 +3555,10 @@ by one or more <a>keyframe effects</a> is an <dfn>effect
35553555
stack</dfn> that establishes the relative composite order of the <a>keyframe
35563556
effects</a>.
35573557

3558-
The relative <dfn export>composite order</dfn> of any two <a>keyframe
3559-
effects</a>, <var>A</var> and <var>B</var>, within an <a>effect stack</a> is
3558+
The relative
3559+
<dfn lt="animation composite order" local-lt="composite order" export>composite order</dfn>
3560+
of any two <a>keyframe effects</a>, <var>A</var> and <var>B</var>,
3561+
within an <a>effect stack</a> is
35603562
established by comparing their properties as follows:
35613563

35623564
1. Let the <dfn>associated animation of an animation effect</dfn>

0 commit comments

Comments
 (0)