Skip to content

Commit 215b04e

Browse files
committed
[worklets] Export some algorithms.
1 parent dcdd172 commit 215b04e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worklets/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Note:
206206
### Creating a WorkletGlobalScope ### {#creating-a-workletglobalscope}
207207

208208
<div algorithm>
209-
When a user agent is to <dfn>create a WorkletGlobalScope</dfn>, given |workletGlobalScopeType|,
209+
When a user agent is to <dfn export>create a WorkletGlobalScope</dfn>, given |workletGlobalScopeType|,
210210
|moduleResponsesMap|, and |outsideSettings|, it <em>must</em> run the following steps:
211211

212212
1. Create the <a>worklet global scope execution environment</a> and run the rest of these steps
@@ -252,7 +252,7 @@ When a user agent is to <dfn>create a WorkletGlobalScope</dfn>, given |workletGl
252252
### Script settings for worklets ### {#script-settings-for-worklets}
253253

254254
<div algorithm>
255-
When a user agent is to <dfn>set up a worklet environment settings object</dfn>, given a
255+
When a user agent is to <dfn export>set up a worklet environment settings object</dfn>, given a
256256
|executionContext|, and |outsideSettings|, it must run the following steps:
257257
1. Let |inheritedResponsibleBrowsingContext| be |outsideSettings|'s <a>responsible browsing
258258
context</a>.

0 commit comments

Comments
 (0)