Skip to content

Commit b253fd7

Browse files
committed
[web-animations-2][editorial] Add the few WPT explicitly marked as level 2
1 parent 7517db4 commit b253fd7

File tree

1 file changed

+175
-0
lines changed

1 file changed

+175
-0
lines changed

web-animations-2/Overview.bs

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Abstract: This specification defines a model for synchronization and
8989
Ignored Vars: auto-rewind, current direction, index, initial progress,
9090
timeline, new timeline, t, going forwards, did trigger
9191
WPT Path Prefix: web-animations
92+
WPT Display: open
9293
</pre>
9394
<pre class="anchors">
9495
urlPrefix: https://drafts.csswg.org/web-animations-1/; type: dfn; spec: web-animations-1
@@ -970,6 +971,10 @@ Add the following sentence:
970971
An animation's <dfn export for=animation>overallProgress</dfn> is the ratio of its
971972
[=animation/current time=] to its [=associated effect end=].
972973

974+
<wpt>
975+
interfaces/Animation/scroll-timeline-overallProgress.tentative.html
976+
</wpt>
977+
973978
<div algorithm="calculate animation overall progress">
974979
The [=animation/overallProgress=] of an [=animation=], |animation|, is calculated as follows:
975980

@@ -2596,6 +2601,10 @@ Update the attribute type for currentTime.
25962601
: <dfn attribute for=AnimationTimeline>duration</dfn>
25972602
:: Returns the <a lt="timeline duration">duration</a> for this timeline.
25982603

2604+
<wpt>
2605+
interfaces/DocumentTimeline/duration.tentative.html
2606+
</wpt>
2607+
25992608
</div>
26002609

26012610
<div class='methods'>
@@ -3626,6 +3635,10 @@ interface AnimationTrigger {
36263635
};
36273636
</pre>
36283637

3638+
<wpt>
3639+
interfaces/TimelineTrigger/constructor.html
3640+
</wpt>
3641+
36293642
<div dfn-type=constructor class=constructors dfn-for="AnimationTrigger">
36303643
: <dfn lt="AnimationTrigger(options)">AnimationTrigger(|options|)</dfn>
36313644
::
@@ -3848,3 +3861,165 @@ Security Considerations {#sec}
38483861
===============================================
38493862

38503863
No security considerations have been reported on this module.
3864+
3865+
3866+
<wpt hidden title="not explicitly marked as animtions-2, please check">
3867+
animation-model/animation-types/accumulation-per-property-001.html
3868+
animation-model/animation-types/accumulation-per-property-002.html
3869+
animation-model/animation-types/addition-per-property-001.html
3870+
animation-model/animation-types/addition-per-property-002.html
3871+
animation-model/animation-types/discrete.html
3872+
animation-model/animation-types/interpolation-per-property-001.html
3873+
animation-model/animation-types/interpolation-per-property-002.html
3874+
animation-model/animation-types/scrollbar-interpolation.html
3875+
animation-model/animation-types/visibility.html
3876+
animation-model/combining-effects/applying-interpolated-transform.html
3877+
animation-model/combining-effects/applying-the-composited-result.html
3878+
animation-model/combining-effects/effect-composition.html
3879+
animation-model/keyframe-effects/background-shorthand.html
3880+
animation-model/keyframe-effects/computed-keyframes-shorthands.html
3881+
animation-model/keyframe-effects/effect-in-removed-iframe-crash.html
3882+
animation-model/keyframe-effects/effect-on-marquee-parent-crash.html
3883+
animation-model/keyframe-effects/effect-value-context-filling.html
3884+
animation-model/keyframe-effects/effect-value-context.html
3885+
animation-model/keyframe-effects/effect-value-interval-distance.html
3886+
animation-model/keyframe-effects/effect-value-iteration-composite-operation.html
3887+
animation-model/keyframe-effects/effect-value-opacity-replaced-effect-in-shadow-root.html
3888+
animation-model/keyframe-effects/effect-value-opacity-replaced-effect.html
3889+
animation-model/keyframe-effects/effect-value-overlapping-keyframes.html
3890+
animation-model/keyframe-effects/effect-value-replaced-animations.html
3891+
animation-model/keyframe-effects/effect-value-transformed-distance.html
3892+
animation-model/keyframe-effects/keyframe-exceptions.html
3893+
animation-model/keyframe-effects/transform-and-opacity-on-inline-001.html
3894+
animation-model/side-effects-of-animations-current.html
3895+
animation-model/side-effects-of-animations-in-effect.html
3896+
animation-model/side-effects-of-animations-none.html
3897+
crashtests/color-mix-crashtest.html
3898+
crashtests/effectively-infinite-timing-parameters.html
3899+
crashtests/get-computed-timing-crash.html
3900+
crashtests/get-keyframe-fontsize-crash.html
3901+
crashtests/get-timing-bad-pseudo-crash.html
3902+
crashtests/infinite-active-duration.html
3903+
crashtests/non-interpolable-transition.html
3904+
crashtests/partially-overlapping-animations-one-not-current-001.html
3905+
crashtests/reparent-animating-element-001.html
3906+
crashtests/reparent-animating-element-002.html
3907+
crashtests/set-timeline-undefined-progress.html
3908+
crashtests/sibling-index-offset-crash.html
3909+
idlharness.window.js
3910+
interfaces/Animatable/animate-no-browsing-context.html
3911+
interfaces/Animatable/animate.html
3912+
interfaces/Animatable/getAnimations-iframe.html
3913+
interfaces/Animatable/getAnimations.html
3914+
interfaces/Animation/cancel.html
3915+
interfaces/Animation/commitStyles-crash.html
3916+
interfaces/Animation/commitStyles-svg-crash.html
3917+
interfaces/Animation/commitStyles.html
3918+
interfaces/Animation/constructor.html
3919+
interfaces/Animation/effect.html
3920+
interfaces/Animation/finished.html
3921+
interfaces/Animation/id.html
3922+
interfaces/Animation/oncancel.html
3923+
interfaces/Animation/onfinish.html
3924+
interfaces/Animation/onremove.html
3925+
interfaces/Animation/overallProgress.html
3926+
interfaces/Animation/pause.html
3927+
interfaces/Animation/pending.html
3928+
interfaces/Animation/persist.html
3929+
interfaces/Animation/play.html
3930+
interfaces/Animation/ready.html
3931+
interfaces/Animation/startTime.html
3932+
interfaces/Animation/style-change-events.html
3933+
interfaces/AnimationEffect/getComputedTiming.html
3934+
interfaces/AnimationEffect/updateTiming.html
3935+
interfaces/AnimationPlaybackEvent/constructor.html
3936+
interfaces/Document/timeline.html
3937+
interfaces/DocumentOrShadowRoot/getAnimations.html
3938+
interfaces/DocumentTimeline/constructor.html
3939+
interfaces/DocumentTimeline/style-change-events.html
3940+
interfaces/KeyframeEffect/composite.html
3941+
interfaces/KeyframeEffect/constructor.html
3942+
interfaces/KeyframeEffect/copy-constructor.html
3943+
interfaces/KeyframeEffect/getKeyframes.html
3944+
interfaces/KeyframeEffect/iterationComposite.html
3945+
interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html
3946+
interfaces/KeyframeEffect/processing-a-keyframes-argument-002.html
3947+
interfaces/KeyframeEffect/setKeyframes.html
3948+
interfaces/KeyframeEffect/style-change-events.html
3949+
interfaces/KeyframeEffect/target.html
3950+
interfaces/TimelineTrigger/constructor.html
3951+
responsive/assorted-lengths.html
3952+
responsive/background-color-animation-plus-opacity.html
3953+
responsive/background-position-responsive.html
3954+
responsive/backgroundPosition.html
3955+
responsive/backgroundSize.html
3956+
responsive/baselineShift.html
3957+
responsive/borderImageWidth.html
3958+
responsive/borderRadius.html
3959+
responsive/borderWidth.html
3960+
responsive/box-shadow-responsive.html
3961+
responsive/boxShadow.html
3962+
responsive/clip.html
3963+
responsive/columnCount.html
3964+
responsive/columnGap.html
3965+
responsive/d.html
3966+
responsive/font-size-adjust.html
3967+
responsive/fontSize.html
3968+
responsive/fontWeight.html
3969+
responsive/lineHeight.html
3970+
responsive/minHeight.html
3971+
responsive/neutral-keyframe.html
3972+
responsive/offset-path.html
3973+
responsive/offsetDistance.html
3974+
responsive/offsetRotate.html
3975+
responsive/opacity.html
3976+
responsive/perspective.html
3977+
responsive/rotate.html
3978+
responsive/rowGap.html
3979+
responsive/shapeMargin.html
3980+
responsive/shapeOutside.html
3981+
responsive/strokeDasharray.html
3982+
responsive/text-size-adjust.html
3983+
responsive/textIndent.html
3984+
responsive/to-color-change.html
3985+
responsive/to-inherited-change.html
3986+
responsive/to-style-change.html
3987+
responsive/toggle-animated-iframe-visibility.html
3988+
responsive/transform.html
3989+
responsive/translate.html
3990+
responsive/verticalAlign.html
3991+
responsive/width.html
3992+
timing-model/animation-effects/active-time.html
3993+
timing-model/animation-effects/current-iteration.html
3994+
timing-model/animation-effects/local-time.html
3995+
timing-model/animation-effects/phases-and-states.html
3996+
timing-model/animation-effects/simple-iteration-progress.html
3997+
timing-model/animations/canceling-an-animation.html
3998+
timing-model/animations/document-timeline-animation.html
3999+
timing-model/animations/finishing-an-animation.html
4000+
timing-model/animations/infinite-duration-animation.html
4001+
timing-model/animations/invalidating-animation-before-start-time-synced.html
4002+
timing-model/animations/pausing-an-animation.html
4003+
timing-model/animations/play-states.html
4004+
timing-model/animations/playing-an-animation.html
4005+
timing-model/animations/reverse-running-animation.html
4006+
timing-model/animations/reversing-an-animation.html
4007+
timing-model/animations/seamlessly-updating-the-playback-rate-of-an-animation.html
4008+
timing-model/animations/setting-the-current-time-of-an-animation.html
4009+
timing-model/animations/setting-the-playback-rate-of-an-animation.html
4010+
timing-model/animations/setting-the-start-time-of-an-animation.html
4011+
timing-model/animations/setting-the-target-effect-of-an-animation.html
4012+
timing-model/animations/setting-the-timeline-of-an-animation.html
4013+
timing-model/animations/start-time-compat.html
4014+
timing-model/animations/sync-start-times.html
4015+
timing-model/animations/the-current-time-of-an-animation.html
4016+
timing-model/animations/update-playback-rate-fast.html
4017+
timing-model/animations/update-playback-rate-zero.html
4018+
timing-model/animations/updating-the-finished-state.html
4019+
timing-model/time-transformations/transformed-progress.html
4020+
timing-model/timelines/document-timelines.html
4021+
timing-model/timelines/sibling-iframe-timeline.html
4022+
timing-model/timelines/timelines.html
4023+
timing-model/timelines/update-and-send-events-replacement.html
4024+
timing-model/timelines/update-and-send-events.html
4025+
</wpt>

0 commit comments

Comments
 (0)