Skip to content

Commit c3fc91e

Browse files
committed
[web-animations-1][editorial] More wpt
1 parent 1419ae2 commit c3fc91e

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

web-animations-1/Overview.bs

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4745,6 +4745,10 @@ The {{Animation}} interface {#the-animation-interface}
47454745

47464746
</div>
47474747

4748+
<wpt>
4749+
interfaces/Animation/constructor.html
4750+
</wpt>
4751+
47484752
</div>
47494753

47504754
<div dfn-type=attribute class=attributes
@@ -4760,6 +4764,10 @@ The {{Animation}} interface {#the-animation-interface}
47604764
Setting this attribute updates the object's [=associated effect=]
47614765
using the procedure to [=set the associated effect of an animation=].
47624766

4767+
<wpt>
4768+
interfaces/Animation/effect.html
4769+
</wpt>
4770+
47634771
: <dfn>timeline</dfn>
47644772
::
47654773
The [=timeline=] associated with this animation.
@@ -4823,6 +4831,10 @@ The {{Animation}} interface {#the-animation-interface}
48234831
::
48244832
Returns the [=current finished promise=] for this object.
48254833

4834+
<wpt>
4835+
interfaces/Animation/finished.html
4836+
</wpt>
4837+
48264838
: <dfn>onfinish</dfn>
48274839
::
48284840
The event handler for the [=finish event=].
@@ -4846,6 +4858,10 @@ The {{Animation}} interface {#the-animation-interface}
48464858
and aborts its playback by running the [=cancel an animation=] procedure
48474859
for this object.
48484860

4861+
<wpt>
4862+
interfaces/Animation/cancel.html
4863+
</wpt>
4864+
48494865
: <dfn lt="finish()">void finish()</dfn>
48504866
::
48514867
[=Seeks=] the animation to
@@ -4918,6 +4934,10 @@ The {{Animation}} interface {#the-animation-interface}
49184934
calling this method <em>does</em> trigger a [=style change event=]
49194935
(see [[#model-liveness]]).
49204936

4937+
<wpt>
4938+
interfaces/Animation/commitStyles.html
4939+
</wpt>
4940+
49214941
<div class=note>
49224942

49234943
In order to simplify the common case
@@ -6219,6 +6239,10 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
62196239
the procedure to [=process a keyframes argument=] is run on the input
62206240
and the result of that procedure is retained.
62216241

6242+
<wpt>
6243+
animation-model/keyframe-effects/keyframe-exceptions.html
6244+
</wpt>
6245+
62226246
First we define two supporting definitions:
62236247

62246248
<div algorithm>
@@ -7388,3 +7412,21 @@ Security Considerations {#sec}
73887412

73897413
No security considerations have been reported on this module.
73907414

7415+
<wpt ignore title="non-specific crashers">
7416+
animation-model/keyframe-effects/effect-on-marquee-parent-crash.html
7417+
animation-model/keyframe-effects/transform-and-opacity-on-inline-001.html
7418+
crashtests/color-mix-crashtest.html
7419+
crashtests/effectively-infinite-timing-parameters.html
7420+
crashtests/get-computed-timing-crash.html
7421+
crashtests/get-keyframe-fontsize-crash.html
7422+
crashtests/get-timing-bad-pseudo-crash.html
7423+
crashtests/infinite-active-duration.html
7424+
crashtests/non-interpolable-transition.html
7425+
crashtests/partially-overlapping-animations-one-not-current-001.html
7426+
crashtests/reparent-animating-element-001.html
7427+
crashtests/reparent-animating-element-002.html
7428+
crashtests/set-timeline-undefined-progress.html
7429+
crashtests/sibling-index-offset-crash.html
7430+
interfaces/Animation/commitStyles-crash.html
7431+
interfaces/Animation/commitStyles-svg-crash.html
7432+
</wpt>

0 commit comments

Comments
 (0)