Skip to content

Commit 86af73c

Browse files
committed
more renames
1 parent c83e248 commit 86af73c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

index.bs

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,12 +1067,12 @@ To <dfn>get related navigables</dfn> given an [=script/settings object=]
10671067

10681068
1. If |settings|' [=relevant global object=] is a {{Window}}, set |navigable|
10691069
to [=relevant global object=]'s <a>associated <code>Document</code></a>'s
1070-
|=/node navigable=|.
1070+
[=/node navigable=].
10711071

10721072
Otherwise if the [=realm/global object=] specified by |settings| is a
10731073
{{WorkerGlobalScope}}, for each |owner| in the [=realm/global object=]'s
10741074
[=owner set=], if |owner| is a [=Document=], set |navigable| to |owner|'s
1075-
|=/node navigable=|.
1075+
[=/node navigable=].
10761076

10771077
1. If |navigable| is not null, append |navigable| to |related navigables|.
10781078

@@ -1501,12 +1501,12 @@ events are disabled, the return value is always empty.
15011501
1. Let |navigable| be the result of [=trying=] to [=get a navigable=]
15021502
with |navigable id|.
15031503

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|.
15051505

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=].
15081508

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|].
15101510

15111511
1. For each |event name| in |event names|:
15121512

@@ -3101,21 +3101,21 @@ The [=remote end steps=] with |command parameters| are:
31013101
1. Let |type| be the value of the <code>type</code> field of
31023102
|command parameters|.
31033103

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>
31053105
field of |command parameters|, if present, or null otherwise.
31063106

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
31083108
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.
31103110

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=],
31123112
return [=error=] with [=error code=] [=invalid argument=].
31133113

31143114
1. If the implementation is unable to create a new navigable for any
31153115
reason then return [=error=] with [=error code=] [=unsupported operation=].
31163116

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.
31193119

31203120
1. Let |user context id| be the value of the <code>userContext</code> field of
31213121
|command parameters| if present, or null otherwise.
@@ -3137,18 +3137,18 @@ The [=remote end steps=] with |command parameters| are:
31373137
set to "<code>noopener</code>", and setting the [=associated user context=]
31383138
for the newly created [=navigable/top-level traversable=] to |user context|. Which OS
31393139
window the new [=/navigable=] is created in depends on |type| and
3140-
|reference context|:
3140+
|reference navigable|:
31413141

31423142
* If |type| is "<code>tab</code>" and the implementation supports
31433143
multiple navigables in the same OS window:
31443144

31453145
* The new navigable should reuse an existing OS window, if any.
31463146

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
31493149
top-level traversables inside an OS window have a definite ordering,
31503150
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.
31523152

31533153
* If |type| is "<code>window</code>", and the implementation supports
31543154
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|:
49474947

49484948
1. Let |navigable id| be null.
49494949

4950-
1. Let |top-level context id| be null.
4950+
1. Let |top-level navigable id| be null.
49514951

49524952
1. If |request|'s [=request/window=] is an [=environment settings object=]:
49534953

49544954
1. Let |environment settings| be |request|'s [=request/window=]
49554955

49564956
1. If there is a [=/navigable=] whose [=active window=] is |environment
49574957
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|
49594959
to be [=navigable/top-level traversable=]'s [=navigable id=] for that
49604960
context.
49614961

49624962
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|.
49644964

49654965
1. Let |redirect count| be |request|'s [=redirect count=].
49664966

@@ -10627,9 +10627,9 @@ The [=remote end steps=] given |session|, and |command parameters| are:
1062710627
1. Let |navigable| be the result of [=trying=] to [=get a navigable=]
1062810628
with |navigable id|.
1062910629

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=].
1063110631

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|.
1063310633

1063410634
1. Let |actions options| be a new [=actions options=] with the [=is element
1063510635
origin=] steps set to [=is input.ElementOrigin=], and the
@@ -10641,7 +10641,7 @@ The [=remote end steps=] given |session|, and |command parameters| are:
1064110641
1. [=Try=] to [=dispatch tick actions=] with |undo actions|, 0, |navigable|, and
1064210642
|actions options|.
1064310643

10644-
1. [=Reset the input state=] with |session| and |top-level context|.
10644+
1. [=Reset the input state=] with |session| and |top-level traversable|.
1064510645

1064610646
1. Return [=success=] with data null.
1064710647

0 commit comments

Comments
 (0)