Skip to content

Commit 08b2057

Browse files
committed
[css-properties-values-api] StyleWorklet now inherits from
WorkletGlobalContext. w3c#71
1 parent fca734b commit 08b2057

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-properties-values-api/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Ignored Terms: worklet global scope
1818
Ignored Terms: throw, NotSupportedError, isconstructor, get, iscallable,
1919
Ignored Terms: construct, name map of inputs
2020
Ignored Vars: arguments, methodPropertyKey, inputStyleMap, workletGlobalScope
21+
Ignored Terms: WorkletGlobalContext
2122
Repository: w3c/css-houdini-drafts
2223
At Risk: the apply hook (<a section href="#the-apply-hook"></a>)
2324
</pre>
@@ -256,7 +257,7 @@ dictionary ApplyDescriptor {
256257

257258
callback VoidFunction = void ();
258259

259-
interface StyleWorklet : WorkletGlobalScope {
260+
interface StyleWorklet : WorkletGlobalContext {
260261
void registerApplyHook(DOMString name, VoidFunction applyCtor, ApplyDescriptor config);
261262
void unregisterApplyHook(DOMString name);
262263
};

0 commit comments

Comments
 (0)