8000 [web-animations-2] Fix IDL definition of KeyframeAnimationOptions · w3c/csswg-drafts@ca67c94 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca67c94

Browse files
tidoustfantasai
authored andcommitted
[web-animations-2] Fix IDL definition of KeyframeAnimationOptions
A partial dictionary definition cannot inherit from anything. "Inheritance is to be specified on the original interface definit 8000 ion": https://webidl.spec.whatwg.org/#dfn-partial-interface (Inheritance from `KeyframeEffectOptions` is already captured in the original dictionary definition in Web Animations 1)
1 parent f724b31 commit ca67c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-animations-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3076,7 +3076,7 @@ dictionary TimelineRangeOffset {
30763076
CSSNumericValue offset;
30773077
};
30783078

3079-
partial dictionary KeyframeAnimationOptions : KeyframeEffectOptions {
3079+
partial dictionary KeyframeAnimationOptions {
30803080
(TimelineRangeOffset or CSSNumericValue or CSSKeywordValue or DOMString) rangeStart = "normal";
30813081
(TimelineRangeOffset or CSSNumericValue or CSSKeywordValue or DOMString) rangeEnd = "normal";
30823082
};

0 commit comments

Comments
 (0)
0