Skip to content

Commit dfd69fc

Browse files
committed
Fix some references that are breaking the build
1 parent 16c368d commit dfd69fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
154154
text: set up a window environment settings object; url: window-object.html#set-up-a-window-environment-settings-object
155155
text: set up a worker environment settings object; url: workers.html#set-up-a-worker-environment-settings-object
156156
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
157158
text: window open steps; url: window-object.html#window-open-steps
158159
text: worker event loop; url: webappapis.html#worker-event-loop-2
159160
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
996997
document.
997998

998999
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
10001001
{{SandboxWindowProxy}} objects.
10011002

10021003
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|:
40974098
1. Run the steps under the first matching condition:
40984099

40994100
<dl>
4100-
<dt>|global object| is a [=Window=] object
4101+
<dt>|global object| is a {{Window}} object
41014102
<dd>
41024103
1. Let |document| be |environment settings|' [=relevant global object=]'s
41034104
<a>associated <code>Document</code></a>.

0 commit comments

Comments
 (0)