Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add dictionary default value
  • Loading branch information
saschanaz authored Aug 22, 2019
commit 0237b8dc60d15ff809fb549f0ada83c8342529e0
2 changes: 1 addition & 1 deletion css-transitions-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ associated with transitions.

<pre class="idl">
[Exposed=Window,
Constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict)]
Constructor(CSSOMString type, optional TransitionEventInit transitionEventInitDict = {})]
interface TransitionEvent : Event {
readonly attribute CSSOMString propertyName;
readonly attribute double elapsedTime;
Expand Down