8000 [css-transition-1] Add dictionary default value by saschanaz · Pull Request #4232 · w3c/csswg-drafts · GitHub
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
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