We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd870e commit b7e5095Copy full SHA for b7e5095
css-transitions-1/Overview.bs
@@ -1086,7 +1086,7 @@ associated with transitions.
1086
1087
<pre class="idl">
1088
[Exposed=Window,
1089
- Constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict)]
+ Constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict = {})]
1090
interface TransitionEvent : Event {
1091
readonly attribute CSSOMString propertyName;
1092
readonly attribute double elapsedTime;
0 commit comments