Skip to content

Commit 3acddd0

Browse files
committed
Fixup some references
1 parent 3c2a05c commit 3acddd0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ To <dfn>get related browsing contexts</dfn> given an [=script/settings object=]
824824
[=relevant global object=]'s <a>associated <code>Document</code></a>'s
825825
[=Document/browsing context=] to |related browsing contexts|.
826826

827-
Otherwise if the [=Realm/global object=] specified by |settings| is a
828-
{{WorkerGlobalScope}}, for each |owner| in the [=Realm/global object=]'s
827+
Otherwise if the [=realm/global object=] specified by |settings| is a
828+
{{WorkerGlobalScope}}, for each |owner| in the [=realm/global object=]'s
829829
[=owner set=], if |owner| is a [=Document=], append |owner|'s
830830
[=Document/browsing context=] to |related browsing contexts|.
831831

@@ -4221,7 +4221,7 @@ WorkletRealmInfo = {
42214221
</pre>
42224222

42234223
Note: there's a 1:1 relationship between the <code>RealmInfo</code> variants and values of
4224-
<a href="#type-script-RealmType"><code>RealmType</code></a>.
4224+
<a href="#type-script-Realm"><code>RealmType</code></a>.
42254225

42264226
The <code>RealmInfo</code> type represents the properties of a realm.
42274227

@@ -4234,7 +4234,7 @@ To <dfn>get the realm info</dfn> given |environment settings|:
42344234

42354235
1. Let |origin| be the [=serialization of an origin=] given |environment settings|'s |origin|.
42364236

4237-
1. Let |global object| be the [=Realm/global object=] specified by |environment settings|
4237+
1. Let |global object| be the [=realm/global object=] specified by |environment settings|
42384238

42394239
1. Run the steps under the first matching condition:
42404240

@@ -4317,7 +4317,7 @@ RealmType = "window" / "dedicated-worker" / "shared-worker" / "service-worker" /
43174317
The <code>RealmType</code> type represents the different types of Realm.
43184318

43194319

4320-
#### The script.StackFrame type #### {#types-script-StackFrame}
4320+
#### The script.StackFrame type #### {#type-script-StackFrame}
43214321

43224322
<pre class="cddl local-cddl">
43234323
StackFrame = {
@@ -4334,7 +4334,7 @@ script, a <code>functionName</code> property which represents the name of the
43344334
executing function, and <code>lineNumber</code> and <code>columnNumber</code>
43354335
properties, which represent the line and column number of the executed code.
43364336

4337-
#### The script.StackTrace type #### {#types-script-StackTrace}
4337+
#### The script.StackTrace type #### {#type-script-StackTrace}
43384338

43394339
<pre class="cddl local-cddl">
43404340
StackTrace = {
@@ -4916,7 +4916,7 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
49164916
* The <a>associated <code>Document</code></a> of |settings|'
49174917
[=relevant global object=] is |document|
49184918

4919-
* The [=Realm/global object=] specified by |settings| is a
4919+
* The [=realm/global object=] specified by |settings| is a
49204920
{{WorkerGlobalScope}} with |document| in its [=owner set=]
49214921

49224922
Append |settings| to |context environment settings|.

0 commit comments

Comments
 (0)