Skip to content

Commit 7db1ea1

Browse files
committed
[web-animations-1][editorial] Add some WPT
1 parent ca62ecf commit 7db1ea1

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

web-animations-1/Overview.bs

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3781,6 +3781,10 @@ Keyframe effects {#keyframe-effects}
37813781
the [=composite operation=] specified for the [=keyframe effect=] as a whole
37823782
is used for values specified in that keyframe.
37833783

3784+
<wpt>
3785+
animation-model/combining-effects/applying-interpolated-transform.html
3786+
</wpt>
3787+
37843788
### Computing property values ### {#computing-property-values}
37853789

37863790
<div algorithm>
@@ -3887,6 +3891,13 @@ Keyframe effects {#keyframe-effects}
38873891
× |index| / |n|.
38883892
</div>
38893893

3894+
<wpt>
3895+
animation-model/keyframe-effects/background-shorthand.html
3896+
animation-model/keyframe-effects/computed-keyframes-shorthands.html
3897+
animation-model/keyframe-effects/effect-value-context-filling.html
3898+
animation-model/keyframe-effects/effect-value-context.html
3899+
</wpt>
3900+
38903901
[=Computed keyframes=] are produced using the following procedure.
38913902
Note that this procedure is only performed
38923903
on a [=keyframe effect=] having an [=effect target=]
@@ -4092,6 +4103,16 @@ Keyframe effects {#keyframe-effects}
40924103
and using |transformed distance|
40934104
as the interpolation parameter <var ignore>p</var>.
40944105

4106+
<wpt>
4107+
animation-model/keyframe-effects/effect-value-interval-distance.html
4108+
animation-model/keyframe-effects/effect-value-iteration-composite-operation.html
4109+
animation-model/keyframe-effects/effect-value-opacity-replaced-effect-in-shadow-root.html
4110+
animation-model/keyframe-effects/effect-value-opacity-replaced-effect.html
4111+
animation-model/keyframe-effects/effect-value-overlapping-keyframes.html
4112+
animation-model/keyframe-effects/effect-value-replaced-animations.html
4113+
animation-model/keyframe-effects/effect-value-transformed-distance.html
4114+
</wpt>
4115+
40954116
<div class=note>
40964117

40974118
Note that this procedure assumes the following
@@ -4340,6 +4361,10 @@ Combining effects {#combining-effects}
43404361
the order of the operands is [=underlying value=]
43414362
followed by [=effect value=].
43424363

4364+
<wpt>
4365+
animation-model/combining-effects/effect-composition.html
4366+
</wpt>
4367+
43434368
### Applying the composited result ### {#applying-the-composited-result}
43444369

43454370
Applying a [=composited value=] to a [=target property=]
@@ -4353,6 +4378,10 @@ Combining effects {#combining-effects}
43534378
By default, the specified value is added to
43544379
the [=Animation Origin=] of the cascade. [[!CSS-CASCADE-3]]
43554380

4381+
<wpt>
4382+
animation-model/combining-effects/applying-the-composited-result.html
4383+
</wpt>
4384+
43564385
<div class=example>
43574386
For example, if the effect with the highest composite order
43584387
is associated with a “CSS transition”-class animation,
@@ -5505,6 +5534,10 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
55055534
};
55065535
</xmp>
55075536

5537+
<wpt>
5538+
animation-model/keyframe-effects/effect-in-removed-iframe-crash.html
5539+
</wpt>
5540+
55085541
<div dfn-type=constructor class=constructors
55095542
dfn-for="KeyframeEffect">
55105543

@@ -7265,6 +7298,18 @@ Appendix A: Animation types of existing properties {#animation-types}
72657298
an [=animation type=] of [=by computed value=]
72667299
unless they are one of the exceptions listed below.
72677300

7301+
<wpt>
7302+
animation-model/animation-types/accumulation-per-property-001.html
7303+
animation-model/animation-types/accumulation-per-property-002.html
7304+
animation-model/animation-types/addition-per-property-001.html
7305+
animation-model/animation-types/addition-per-property-002.html
7306+
animation-model/animation-types/discrete.html
7307+
animation-model/animation-types/interpolation-per-property-001.html
7308+
animation-model/animation-types/interpolation-per-property-002.html
7309+
animation-model/animation-types/scrollbar-interpolation.html
7310+
animation-model/animation-types/visibility.html
7311+
</wpt>
7312+
72687313
Animation of 'font-weight' {#animating-font-weight}
72697314
--------------------------
72707315

0 commit comments

Comments
 (0)