Skip to content

Commit 500f6b4

Browse files
committed
[scroll-animations-1] partial interface to avoid conflicting definitions w3c#8013
1 parent 4756df8 commit 500f6b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scroll-animations-1/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,7 @@ spec: cssom-view-1; type: dfn;
806806

807807
<pre class="idl">
808808
[Exposed=Window]
809-
interface AnimationTimeline {
810-
readonly attribute CSSNumberish? currentTime;
809+
partial interface AnimationTimeline {
811810
CSSNumericValue? getCurrentTime(optional CSSOMString rangeName);
812811
};
813812
</pre>

0 commit comments

Comments
 (0)