Skip to content

Commit ec9a142

Browse files
dontcallmedombirtles
authored andcommitted
[web-animations-2] Remove inheritance from partial interface definition
Inheritance is already set in the main interface declaration, and is syntactically forbidden at the partial level.
1 parent f0f243c commit ec9a142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-animations-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ Update the startTime and currentTime of the Animation interface as follows:
20762076

20772077
<pre class="idl">
20782078
[Exposed=Window]
2079-
partial interface Animation : EventTarget {
2079+
partial interface Animation {
20802080
attribute CSSNumberish? startTime;
20812081
attribute CSSNumberish? currentTime;
20822082
};

0 commit comments

Comments
 (0)