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
4 changes: 2 additions & 2 deletions css-transitions-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1085,9 +1085,9 @@ associated with transitions.
### IDL Definition ### {#interface-transitionevent-idl}

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