Skip to content

Commit 3f8e40a

Browse files
autokagamibirtles
authored andcommitted
[css-transitions-1] Align with Web IDL specification
1 parent 8ec2123 commit 3f8e40a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-transitions-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,9 +1085,9 @@ associated with transitions.
10851085
### IDL Definition ### {#interface-transitionevent-idl}
10861086

10871087
<pre class="idl">
1088-
[Exposed=Window,
1089-
Constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict = {})]
1088+
[Exposed=Window]
10901089
interface TransitionEvent : Event {
1090+
constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict = {});
10911091
readonly attribute CSSOMString propertyName;
10921092
readonly attribute double elapsedTime;
10931093
readonly attribute CSSOMString pseudoElement;

0 commit comments

Comments
 (0)