diff --git a/worklets/Overview.bs b/worklets/Overview.bs index acaeaa81..f5629362 100644 --- a/worklets/Overview.bs +++ b/worklets/Overview.bs @@ -30,12 +30,9 @@ Editor: Ian Kilpatrick, ikilpatrick@chromium.org, w3cid 73001 spec:fetch; type:dfn; for:/; text:fetch spec:html; type:dfn; for:/; text:browsing context spec:html; type:interface; for:/; text:Document -spec:html; type:dfn; for:environment settings object; - text: global object - text: https state - text: referrer policy -spec:html; type:dfn; for:environment; text:id spec:webidl; type:dfn; for:interface; text:inherit +spec:url; type:dfn; text:url; for:url +spec:html; type:dfn; for:/; text:event loop
@@ -65,10 +62,6 @@ urlPrefix: http://www.ecma-international.org/ecma-262/6.0/#sec-; type: dfn; text: Invoke text: strict mode code-
-spec:url; type:dfn; text:url; for:url -spec:webidl; type:dfn; for:interface; text:inherit -Introduction {#intro} ===================== @@ -233,14 +226,12 @@ When a user agent is to create a WorkletGlobalScope, given |wo 3. Let |insideSettings| be the result of set up a worklet environment settings object given |realmExecutionContext|, and |outsideSettings|. - 4. Associate the |insideSettings| with |workletGlobalScope|. - - 5. Set |workletGlobalScope|'s owner document to |outsideSettings|'s responsible + 4. Set |workletGlobalScope|'s owner document to |outsideSettings|'s responsible document. - 6. Invoke the initialize a global object's CSP list algorithm given |workletGlobalScope|. + 5. Invoke the initialize a global object's CSP list algorithm given |workletGlobalScope|. - 7. For each |entry| in the given |moduleResponsesMap| (in insertion order), run the following + 6. For each |entry| in the given |moduleResponsesMap| (in insertion order), run the following substeps: 1. Let |moduleURLRecord| be |entry|'s key. @@ -264,61 +255,55 @@ When a user agent is to create a WorkletGlobalScope, given |wo