Skip to content

Commit 39c1a2c

Browse files
committed
child context
1 parent b196543 commit 39c1a2c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

index.bs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,10 +2457,10 @@ To <dfn>get the navigable info</dfn> given |navigable|,
24572457

24582458
1. Set |child infos| to an empty [=/list=].
24592459

2460-
1. For each |child context| of |child navigables|:
2460+
1. For each |child navigable| of |child navigables|:
24612461

24622462
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.
24642464

24652465
1. Append |info| to |child infos|
24662466

@@ -3164,26 +3164,26 @@ The [=remote end steps=] with |command parameters| are:
31643164

31653165
<!-- This is based on step 5 of https://w3c.github.io/webdriver/#new-window,
31663166
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,
31683168
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|:
31703170

31713171
* 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:
31733173

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

3176-
* If |reference navigable| is not null, the new navigable should
3176+
* If |reference navigable| is not null, the new [=/top-level traversable=] should
31773177
reuse the window containing |reference navigable|, if any. If the
31783178
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
31803180
|reference navigable|'s [=navigable/top-level traversable=] in that ordering.
31813181

31823182
* 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.
31853185

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
31873187
user are implementation defined.
31883188

31893189
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:
31953195
Note: Do not invoke the [=/focusing steps=] for the created navigable if <code>background</code> is true.
31963196

31973197
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=].
31993199

32003200
1. Return [=success=] with data |body|.
32013201

0 commit comments

Comments
 (0)