Skip to content

Commit 8ec2123

Browse files
autokagamibirtles
authored andcommitted
[css-animations-1] Align with Web IDL specification
1 parent e6f82a6 commit 8ec2123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,9 @@ The <code>AnimationEvent</code> Interface</h3>
877877
IDL Definition</h4>
878878

879879
<pre class="idl">
880-
[Exposed=Window,
881-
Constructor(CSSOMString type, optional AnimationEventInit animationEventInitDict = {})]
880+
[Exposed=Window]
882881
interface AnimationEvent : Event {
882+
constructor(CSSOMString type, optional AnimationEventInit animationEventInitDict = {});
883883
readonly attribute CSSOMString animationName;
884884
readonly attribute double elapsedTime;
885885
readonly attribute CSSOMString pseudoElement;

0 commit comments

Comments
 (0)