Skip to content

Commit f283d66

Browse files
authored
[css-animation-worklet-1] Align with Web IDL specification (#1004)
1 parent 1fdd2ff commit f283d66

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

css-animation-worklet-1/Overview.bs

+1-3
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,12 @@ The {{animationWorklet}}'s [=worklet global scope type=] is {{AnimationWorkletGl
163163
{{AnimationWorkletGlobalScope}} represents the global execution context of {{animationWorklet}}.
164164

165165
<xmp class='idl'>
166-
167166
[ Global=(Worklet,AnimationWorklet), Exposed=AnimationWorklet ]
168167
interface AnimationWorkletGlobalScope : WorkletGlobalScope {
169-
void registerAnimator(DOMString name, AnimatorInstanceConstructor animatorCtor);
168+
undefined registerAnimator(DOMString name, AnimatorInstanceConstructor animatorCtor);
170169
};
171170

172171
callback AnimatorInstanceConstructor = any (any options, optional any state);
173-
174172
</xmp>
175173

176174

0 commit comments

Comments
 (0)