Skip to content

Commit b7e5095

Browse files
saschanazdbaron
authored andcommitted
Add dictionary default value (#4232)
Required after whatwg/webidl#750.
1 parent 3fd870e commit b7e5095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-transitions-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ associated with transitions.
10861086

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

0 commit comments

Comments
 (0)