Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hiroshige-g/wpt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c3eae6fe32942964a3820b4618fb283a006c7eeb
Choose a base ref
..
head repository: hiroshige-g/wpt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 66267131b8377021245b8d13a5e7c2d672e76b38
Choose a head ref
Showing with 5 additions and 2 deletions.
  1. +0 −1 interfaces/permissions.idl
  2. +1 −1 interfaces/web-animations-2.idl
  3. +4 −0 interfaces/web-animations.idl
1 change: 0 additions & 1 deletion interfaces/permissions.idl
Original file line number Diff line number Diff line change
@@ -41,7 +41,6 @@ enum PermissionName {
"background-sync",
"bluetooth",
"camera",
"clipboard-write",
"device-info",
"display-capture",
"gamepad",
2 changes: 1 addition & 1 deletion interfaces/web-animations-2.idl
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ partial dictionary OptionalEffectTiming {
double playbackRate;
};

dictionary ComputedEffectTiming {
partial dictionary ComputedEffectTiming {
CSSNumberish startTime;
CSSNumberish endTime;
CSSNumberish activeDuration;
4 changes: 4 additions & 0 deletions interfaces/web-animations.idl
Original file line number Diff line number Diff line change
@@ -85,6 +85,10 @@ enum FillMode { "none", "forwards", "backwards", "both", "auto" };

enum PlaybackDirection { "normal", "reverse", "alternate", "alternate-reverse" };

dictionary ComputedEffectTiming : EffectTiming {
unrestricted double? currentIteration;
};

[Exposed=Window]
interface KeyframeEffect : AnimationEffect {
constructor(Element? target,