@@ -1067,12 +1067,12 @@ To <dfn>get related navigables</dfn> given an [=script/settings object=]
1067
1067
1068
1068
1. If |settings|' [=relevant global object=] is a {{Window}} , set |navigable|
1069
1069
to [=relevant global object=] 's <a>associated <code>Document</code></a>' s
1070
- | =/node navigable=| .
1070
+ [ =/node navigable=] .
1071
1071
1072
1072
Otherwise if the [=realm/global object=] specified by |settings| is a
1073
1073
{{WorkerGlobalScope}} , for each |owner| in the [=realm/global object=] 's
1074
1074
[=owner set=] , if |owner| is a [=Document=] , set |navigable| to |owner|'s
1075
- | =/node navigable=| .
1075
+ [ =/node navigable=] .
1076
1076
1077
1077
1. If |navigable| is not null, append |navigable| to |related navigables|.
1078
1078
@@ -1501,12 +1501,12 @@ events are disabled, the return value is always empty.
1501
1501
1. Let |navigable| be the result of [=trying=] to [=get a navigable=]
1502
1502
with |navigable id|.
1503
1503
1504
- 1. Let |top-level context | be the [=navigable/top-level traversable=] for |navigable|.
1504
+ 1. Let |top-level traversable | be the [=navigable/top-level traversable=] for |navigable|.
1505
1505
1506
- 1. If |event map| does not contain |top-level context |, set |event
1507
- map|[|top-level context |] to a new [=/set=] .
1506
+ 1. If |event map| does not contain |top-level traversable |, set |event
1507
+ map|[|top-level traversable |] to a new [=/set=] .
1508
1508
1509
- 1. Set |targets|[|top-level context |] to |event map|[|top-level context |] .
1509
+ 1. Set |targets|[|top-level traversable |] to |event map|[|top-level traversable |] .
1510
1510
1511
1511
1. For each |event name| in |event names|:
1512
1512
@@ -3101,21 +3101,21 @@ The [=remote end steps=] with |command parameters| are:
3101
3101
1. Let |type| be the value of the <code> type</code> field of
3102
3102
|command parameters|.
3103
3103
3104
- 1. Let |reference context id| be the value of the <code> referenceContext</code>
3104
+ 1. Let |reference navigable id| be the value of the <code> referenceContext</code>
3105
3105
field of |command parameters|, if present, or null otherwise.
3106
3106
3107
- 1. If |reference context id| is not null, let |reference context | be the
3107
+ 1. If |reference navigable id| is not null, let |reference navigable | be the
3108
3108
result of [=trying=] to [=get a navigable=] with
3109
- |reference context id|. Otherwise let |reference context | be null.
3109
+ |reference navigable id|. Otherwise let |reference navigable | be null.
3110
3110
3111
- 1. If |reference context | is not null and is not a [=navigable/top-level traversable=] ,
3111
+ 1. If |reference navigable | is not null and is not a [=navigable/top-level traversable=] ,
3112
3112
return [=error=] with [=error code=] [=invalid argument=] .
3113
3113
3114
3114
1. If the implementation is unable to create a new navigable for any
3115
3115
reason then return [=error=] with [=error code=] [=unsupported operation=] .
3116
3116
3117
- 1. Let |user context| be the [=default user context=] if |reference context |
3118
- is null, and |reference context |' [=associated user context=] otherwise.
3117
+ 1. Let |user context| be the [=default user context=] if |reference navigable |
3118
+ is null, and |reference navigable |' [=associated user context=] otherwise.
3119
3119
3120
3120
1. Let |user context id| be the value of the <code> userContext</code> field of
3121
3121
|command parameters| if present, or null otherwise.
@@ -3137,18 +3137,18 @@ The [=remote end steps=] with |command parameters| are:
3137
3137
set to "<code> noopener</code> ", and setting the [=associated user context=]
3138
3138
for the newly created [=navigable/top-level traversable=] to |user context|. Which OS
3139
3139
window the new [=/navigable=] is created in depends on |type| and
3140
- |reference context |:
3140
+ |reference navigable |:
3141
3141
3142
3142
* If |type| is "<code> tab</code> " and the implementation supports
3143
3143
multiple navigables in the same OS window:
3144
3144
3145
3145
* The new navigable should reuse an existing OS window, if any.
3146
3146
3147
- * If |reference context | is not null, the new navigable should
3148
- reuse the window containing |reference context |, if any. If the
3147
+ * If |reference navigable | is not null, the new navigable should
3148
+ reuse the window containing |reference navigable |, if any. If the
3149
3149
top-level traversables inside an OS window have a definite ordering,
3150
3150
the new navigable should be immediately after
3151
- |reference context |'s [=navigable/top-level traversable=] in that ordering.
3151
+ |reference navigable |'s [=navigable/top-level traversable=] in that ordering.
3152
3152
3153
3153
* If |type| is "<code> window</code> ", and the implementation supports
3154
3154
multiple navigables in separate OS windows, the created browsing
@@ -4947,20 +4947,20 @@ To <dfn>process a network event</dfn> given |session|, |event|, and |request|:
4947
4947
4948
4948
1. Let |navigable id| be null.
4949
4949
4950
- 1. Let |top-level context id| be null.
4950
+ 1. Let |top-level navigable id| be null.
4951
4951
4952
4952
1. If |request|'s [=request/window=] is an [=environment settings object=] :
4953
4953
4954
4954
1. Let |environment settings| be |request|'s [=request/window=]
4955
4955
4956
4956
1. If there is a [=/navigable=] whose [=active window=] is |environment
4957
4957
settings|' [=environment settings object/global object=] , set |navigable id|
4958
- to the [=navigable id=] for that navigable, and set |top-level context id|
4958
+ to the [=navigable id=] for that navigable, and set |top-level navigable id|
4959
4959
to be [=navigable/top-level traversable=] 's [=navigable id=] for that
4960
4960
context.
4961
4961
4962
4962
1. Let |intercepts| be the result of [=get the network intercepts=] with
4963
- |session|, |event|, |request|, and |top-level context id|.
4963
+ |session|, |event|, |request|, and |top-level navigable id|.
4964
4964
4965
4965
1. Let |redirect count| be |request|'s [=redirect count=] .
4966
4966
@@ -10627,9 +10627,9 @@ The [=remote end steps=] given |session|, and |command parameters| are:
10627
10627
1. Let |navigable| be the result of [=trying=] to [=get a navigable=]
10628
10628
with |navigable id|.
10629
10629
10630
- 1. Let |top-level context | be |navigable|'s [=navigable/top-level traversable=] .
10630
+ 1. Let |top-level traversable | be |navigable|'s [=navigable/top-level traversable=] .
10631
10631
10632
- 1. Let |input state| be [=get the input state=] with |session| and |top-level context |.
10632
+ 1. Let |input state| be [=get the input state=] with |session| and |top-level traversable |.
10633
10633
10634
10634
1. Let |actions options| be a new [=actions options=] with the [=is element
10635
10635
origin=] steps set to [=is input.ElementOrigin=] , and the
@@ -10641,7 +10641,7 @@ The [=remote end steps=] given |session|, and |command parameters| are:
10641
10641
1. [=Try=] to [=dispatch tick actions=] with |undo actions|, 0, |navigable|, and
10642
10642
|actions options|.
10643
10643
10644
- 1. [=Reset the input state=] with |session| and |top-level context |.
10644
+ 1. [=Reset the input state=] with |session| and |top-level traversable |.
10645
10645
10646
10646
1. Return [=success=] with data null.
10647
10647
0 commit comments