@@ -2457,10 +2457,10 @@ To <dfn>get the navigable info</dfn> given |navigable|,
2457
2457
2458
2458
1. Set |child infos| to an empty [=/list=] .
2459
2459
2460
- 1. For each |child context | of |child navigables|:
2460
+ 1. For each |child navigable | of |child navigables|:
2461
2461
2462
2462
1. Let |info| be the result of [=get the navigable info=] given
2463
- |child context |, |child depth|, and false.
2463
+ |child navigable |, |child depth|, and false.
2464
2464
2465
2465
1. Append |info| to |child infos|
2466
2466
@@ -3164,26 +3164,26 @@ The [=remote end steps=] with |command parameters| are:
3164
3164
3165
3165
<!-- This is based on step 5 of https://w3c.github.io/webdriver/#new-window,
3166
3166
but without using the "current browsing context" concept. -->
3167
- 1. Let |navigable | be the result of trying to [=/create a new top-level traversable=] steps with null and empty string,
3167
+ 1. Let |traversable | be the result of trying to [=/create a new top-level traversable=] steps with null and empty string,
3168
3168
and setting the [=associated user context=] for the newly created [=/top-level traversable=] to |user context|.
3169
- Which OS window the new [=/navigable =] is created in depends on |type| and |reference navigable|:
3169
+ Which OS window the new [=/top-level traversable =] is created in depends on |type| and |reference navigable|:
3170
3170
3171
3171
* If |type| is "<code> tab</code> " and the implementation supports
3172
- multiple navigables in the same OS window:
3172
+ multiple [=/top-level traversable=] s in the same OS window:
3173
3173
3174
- * The new navigable should reuse an existing OS window, if any.
3174
+ * The new [=/top-level traversable=] should reuse an existing OS window, if any.
3175
3175
3176
- * If |reference navigable| is not null, the new navigable should
3176
+ * If |reference navigable| is not null, the new [=/top-level traversable=] should
3177
3177
reuse the window containing |reference navigable|, if any. If the
3178
3178
top-level traversables inside an OS window have a definite ordering,
3179
- the new navigable should be immediately after
3179
+ the new [=/top-level traversable=] should be immediately after
3180
3180
|reference navigable|'s [=navigable/top-level traversable=] in that ordering.
3181
3181
3182
3182
* If |type| is "<code> window</code> ", and the implementation supports
3183
- multiple navigables in separate OS windows, the created browsing
3184
- context should be in a new OS window.
3183
+ multiple [=/top-level traversable=] in separate OS windows, the created
3184
+ [=/top-level traversable=] should be in a new OS window.
3185
3185
3186
- * Otherwise, the details of how the navigable is presented to the
3186
+ * Otherwise, the details of how the [=/top-level traversable=] is presented to the
3187
3187
user are implementation defined.
3188
3188
3189
3189
1. If the value of the |command parameters|' <code> background</code> field is false:
@@ -3195,7 +3195,7 @@ The [=remote end steps=] with |command parameters| are:
3195
3195
Note: Do not invoke the [=/focusing steps=] for the created navigable if <code> background</code> is true.
3196
3196
3197
3197
1. Let |body| be a [=/map=] matching the <code> browsingContext.CreateResult</code>
3198
- production, with the <code> context</code> field set to |navigable |'s [=navigable id=] .
3198
+ production, with the <code> context</code> field set to |traversable |'s [=navigable id=] .
3199
3199
3200
3200
1. Return [=success=] with data |body|.
3201
3201
0 commit comments