@@ -824,8 +824,8 @@ To <dfn>get related browsing contexts</dfn> given an [=script/settings object=]
824
824
[=relevant global object=] 's <a>associated <code>Document</code></a>' s
825
825
[=Document/browsing context=] to |related browsing contexts|.
826
826
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
829
829
[=owner set=] , if |owner| is a [=Document=] , append |owner|'s
830
830
[=Document/browsing context=] to |related browsing contexts|.
831
831
@@ -4221,7 +4221,7 @@ WorkletRealmInfo = {
4221
4221
</pre>
4222
4222
4223
4223
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> .
4225
4225
4226
4226
The <code> RealmInfo</code> type represents the properties of a realm.
4227
4227
@@ -4234,7 +4234,7 @@ To <dfn>get the realm info</dfn> given |environment settings|:
4234
4234
4235
4235
1. Let |origin| be the [=serialization of an origin=] given |environment settings|'s |origin|.
4236
4236
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|
4238
4238
4239
4239
1. Run the steps under the first matching condition:
4240
4240
@@ -4317,7 +4317,7 @@ RealmType = "window" / "dedicated-worker" / "shared-worker" / "service-worker" /
4317
4317
The <code> RealmType</code> type represents the different types of Realm.
4318
4318
4319
4319
4320
- #### The script.StackFrame type #### {#types -script-StackFrame}
4320
+ #### The script.StackFrame type #### {#type -script-StackFrame}
4321
4321
4322
4322
<pre class="cddl local-cddl">
4323
4323
StackFrame = {
@@ -4334,7 +4334,7 @@ script, a <code>functionName</code> property which represents the name of the
4334
4334
executing function, and <code> lineNumber</code> and <code> columnNumber</code>
4335
4335
properties, which represent the line and column number of the executed code.
4336
4336
4337
- #### The script.StackTrace type #### {#types -script-StackTrace}
4337
+ #### The script.StackTrace type #### {#type -script-StackTrace}
4338
4338
4339
4339
<pre class="cddl local-cddl">
4340
4340
StackTrace = {
@@ -4916,7 +4916,7 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
4916
4916
* The <a>associated <code>Document</code></a> of |settings|'
4917
4917
[=relevant global object=] is |document|
4918
4918
4919
- * The [=Realm /global object=] specified by |settings| is a
4919
+ * The [=realm /global object=] specified by |settings| is a
4920
4920
{{WorkerGlobalScope}} with |document| in its [=owner set=]
4921
4921
4922
4922
Append |settings| to |context environment settings|.
0 commit comments