Skip to content

Commit 59cec90

Browse files
committed
[css-animationworklet] Actually correct exposed set on AWGS IDL (#907)
1 parent 4f5232d commit 59cec90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animationworklet/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The map gets populated when {{registerAnimator(name, animatorCtor)}} is called.
276276

277277
<xmp class='idl'>
278278

279-
[ Exposed=(AnimationWorklet, Worklet), Global=AnimationWorklet ]
279+
[ Global=(Worklet,AnimationWorklet), Exposed=AnimationWorklet ]
280280
interface AnimationWorkletGlobalScope : WorkletGlobalScope {
281281
void registerAnimator(DOMString name, AnimatorInstanceConstructor animatorCtor);
282282
};

0 commit comments

Comments
 (0)