@@ -154,6 +154,7 @@ spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
154
154
text: set up a window environment settings object; url: window-object.html#set-up-a-window-environment-settings-object
155
155
text: set up a worker environment settings object; url: workers.html#set-up-a-worker-environment-settings-object
156
156
text: set up a worklet environment settings object; url: worklets.html#set-up-a-worklet-environment-settings-object
157
+ text: shared worker; url: workers.html#shared-workers
157
158
text: window open steps; url: window-object.html#window-open-steps
158
159
text: worker event loop; url: webappapis.html#worker-event-loop-2
159
160
text: worklet global scopes; url: worklets.html#concept-document-worklet-global-scopes
@@ -996,7 +997,7 @@ the DOM APIs made by scripts running in the browsing context containing the
996
997
document.
997
998
998
999
A [=BiDi session=] has a <dfn>sandbox map</dfn> which is a weak map in which the
999
- keys are [=window=] objects, and the values are maps between strings and
1000
+ keys are {{Window}} objects, and the values are maps between strings and
1000
1001
{{SandboxWindowProxy}} objects.
1001
1002
1002
1003
Note: The definition of sandboxes here is an attempt to codify the behaviour of
@@ -4097,7 +4098,7 @@ To <dfn>get the realm info</dfn> given |environment settings|:
4097
4098
1. Run the steps under the first matching condition:
4098
4099
4099
4100
<dl>
4100
- <dt> |global object| is a [= Window=] object
4101
+ <dt> |global object| is a {{ Window}} object
4101
4102
<dd>
4102
4103
1. Let |document| be |environment settings|' [=relevant global object=]' s
4103
4104
<a>associated <code>Document</code></a> .
0 commit comments