@@ -689,7 +689,7 @@ navigables. This initially contains the [=event name=] for events that
689
689
are <dfn export for=event>in the default event set</dfn> .
690
690
691
691
A [=BiDi session=] has a <dfn export for=event>navigable event map</dfn> ,
692
- which is a [=/map=] with [=navigable /top-level traversable=] keys and values
692
+ which is a [=/map=] with [=/top-level traversable=] keys and values
693
693
that are a [=/set=] of [=event name=] s for events that are enabled in the given
694
694
navigable.
695
695
@@ -1337,11 +1337,11 @@ which is a unique string set upon the user context creation.
1337
1337
A [=/navigable=] has an <dfn export>associated user context</dfn> , which is a [=user
1338
1338
context=] .
1339
1339
1340
- When a new [=navigable /top-level traversable=] is created its [=associated user context=]
1340
+ When a new [=/top-level traversable=] is created its [=associated user context=]
1341
1341
is set to a user context in the [=set of user contexts=] .
1342
1342
1343
1343
Note: In some cases the user context is set by specification when the
1344
- [=navigable /top-level traversable=] is created, however in cases where no such
1344
+ [=/top-level traversable=] is created, however in cases where no such
1345
1345
requirements are present, the [=associated user context=] for a [=/top-level
1346
1346
traversable=] is implemenation-defined.
1347
1347
@@ -1353,7 +1353,7 @@ A [=child navigable=]'s [=associated user context=] is it's
1353
1353
[=navigable/parent=] 's [=associated user context=] .
1354
1354
1355
1355
A [=user context=] which isn't the [=associated user context=] for any
1356
- [=navigable /top-level traversable=] is an <dfn>empty user context</dfn> .
1356
+ [=/top-level traversable=] is an <dfn>empty user context</dfn> .
1357
1357
1358
1358
The <dfn>default user context</dfn> is a [=user context=] with [=user context
1359
1359
id=] <code> "default"</code> .
@@ -1479,7 +1479,7 @@ events are disabled, the return value is always empty.
1479
1479
1. For each |navigable| of |already enabled navigables|, remove |event
1480
1480
name| from |event map|[|navigable|] .
1481
1481
1482
- 1. Let |newly enabled contexts| be a list of all [=navigable /top-level traversable=]
1482
+ 1. Let |newly enabled contexts| be a list of all [=/top-level traversable=]
1483
1483
that are not contained in |already enabled navigables|,
1484
1484
1485
1485
1. Set |enabled events|[|event name|] to |newly enabled contexts|.
@@ -2649,7 +2649,7 @@ prompt types.
2649
2649
2650
2650
#### The browsingContext.activate Command #### {#command-browsingContext-activate}
2651
2651
2652
- The <dfn export for=commands>browsingContext.activate</dfn> command activates and focuses the given [=navigable /top-level traversable=] .
2652
+ The <dfn export for=commands>browsingContext.activate</dfn> command activates and focuses the given [=/top-level traversable=] .
2653
2653
2654
2654
<dl>
2655
2655
<dt> Command Type</dt>
@@ -2681,7 +2681,7 @@ The [=remote end steps=] with |command parameters| are:
2681
2681
2682
2682
1. Let |navigable| be the result of [=trying=] to [=get a navigable=] with |navigable id|.
2683
2683
2684
- 1. If |navigable| is not a [=navigable /top-level traversable=] , return [=error=] with [=error code=] [=invalid argument=] .
2684
+ 1. If |navigable| is not a [=/top-level traversable=] , return [=error=] with [=error code=] [=invalid argument=] .
2685
2685
2686
2686
1. Return [=activate a navigable=] with |navigable|.
2687
2687
@@ -3004,7 +3004,7 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
3004
3004
#### The browsingContext.close Command #### {#command-browsingContext-close}
3005
3005
3006
3006
The <dfn export for=commands>browsingContext.close</dfn> command closes a
3007
- [=navigable /top-level traversable=] .
3007
+ [=/top-level traversable=] .
3008
3008
3009
3009
<dl>
3010
3010
<dt> Command Type</dt>
@@ -3044,7 +3044,7 @@ The [=remote end steps=] with |command parameters| are:
3044
3044
3045
3045
1. Assert: |navigable| is not null.
3046
3046
3047
- 1. If |navigable| is not a [=navigable /top-level traversable=] , return [=error=] with
3047
+ 1. If |navigable| is not a [=/top-level traversable=] , return [=error=] with
3048
3048
[=error code=] [=invalid argument=] .
3049
3049
3050
3050
1. If |prompt unload| is true:
@@ -3058,7 +3058,7 @@ The [=remote end steps=] with |command parameters| are:
3058
3058
1. Return [=success=] with data null.
3059
3059
3060
3060
Issue(w3c/webdriver-bidi#170): There is an open discussion about the behavior
3061
- when closing the last [=navigable /top-level traversable=] . We could expect to close
3061
+ when closing the last [=/top-level traversable=] . We could expect to close
3062
3062
the browser, close the session or leave this up to the implementation.
3063
3063
3064
3064
</div>
@@ -3111,7 +3111,7 @@ The [=remote end steps=] with |command parameters| are:
3111
3111
result of [=trying=] to [=get a navigable=] with
3112
3112
|reference navigable id|. Otherwise let |reference navigable| be null.
3113
3113
3114
- 1. If |reference navigable| is not null and is not a [=navigable /top-level traversable=] ,
3114
+ 1. If |reference navigable| is not null and is not a [=/top-level traversable=] ,
3115
3115
return [=error=] with [=error code=] [=invalid argument=] .
3116
3116
3117
3117
1. If the implementation is unable to create a new navigable for any
@@ -3128,17 +3128,17 @@ The [=remote end steps=] with |command parameters| are:
3128
3128
3129
3129
1. If |user context| is null, return [=error=] with [=error code=] [=no such user context=] .
3130
3130
3131
- 1. If the implementation is unable to create a new [=navigable /top-level traversable=]
3131
+ 1. If the implementation is unable to create a new [=/top-level traversable=]
3132
3132
with [=associated user context=] |user context| for any reason, return
3133
3133
[=error=] with [=error code=] [=unsupported operation=] .
3134
3134
3135
3135
<!-- This is based on step 5 of https://w3c.github.io/webdriver/#new-window,
3136
3136
but without using the "current browsing context" concept. -->
3137
- 1. Create a new [=navigable /top-level traversable=] by running the [=window open steps=]
3137
+ 1. Create a new [=/top-level traversable=] by running the [=window open steps=]
3138
3138
with <var ignore> url</var> set to "<code> about:blank</code> ", <var
3139
3139
ignore> target</var> set to the empty string, and <var ignore> features</var>
3140
3140
set to "<code> noopener</code> ", and setting the [=associated user context=]
3141
- for the newly created [=navigable /top-level traversable=] to |user context|. Which OS
3141
+ for the newly created [=/top-level traversable=] to |user context|. Which OS
3142
3142
window the new [=/navigable=] is created in depends on |type| and
3143
3143
|reference navigable|:
3144
3144
@@ -3977,7 +3977,7 @@ The [=remote end steps=] with |command parameters| are:
3977
3977
1. Let |navigable| be the result of [=trying=] to [=get a navigable=] with
3978
3978
|navigable id|.
3979
3979
3980
- 1. If |navigable| is not a [=navigable /top-level traversable=] , return [=error=] with
3980
+ 1. If |navigable| is not a [=/top-level traversable=] , return [=error=] with
3981
3981
[=error code=] [=invalid argument=] .
3982
3982
3983
3983
1. If the implementation is unable to adjust the |navigable|'s [=layout viewport=]
@@ -4959,7 +4959,7 @@ To <dfn>process a network event</dfn> given |session|, |event|, and |request|:
4959
4959
1. If there is a [=/navigable=] whose [=active window=] is |environment
4960
4960
settings|' [=environment settings object/global object=] , set |navigable id|
4961
4961
to the [=navigable id=] for that navigable, and set |top-level navigable id|
4962
- to be [=navigable /top-level traversable=] 's [=navigable id=] for that
4962
+ to be [=/top-level traversable=] 's [=navigable id=] for that
4963
4963
context.
4964
4964
4965
4965
1. Let |intercepts| be the result of [=get the network intercepts=] with
@@ -6073,7 +6073,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
6073
6073
1. Let |navigable| be the result of [=trying=] to [=get a navigable=]
6074
6074
with |navigable id|.
6075
6075
6076
- 1. If |navigable| is not a [=navigable /top-level traversable=] , return [=error=]
6076
+ 1. If |navigable| is not a [=/top-level traversable=] , return [=error=]
6077
6077
with [=error code=] [=invalid argument=] .
6078
6078
6079
6079
1. Append |navigable| to |navigables|.
@@ -8913,7 +8913,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
8913
8913
8914
8914
1. Let |navigable| be the result of [=trying=] to [=get a navigable=] with |navigable id|.
8915
8915
8916
- 1. If |navigable| is not a [=navigable /top-level traversable=] , return [=error=] with [=error code=] [=invalid argument=] .
8916
+ 1. If |navigable| is not a [=/top-level traversable=] , return [=error=] with [=error code=] [=invalid argument=] .
8917
8917
8918
8918
1. Append |navigable| to |navigables|.
8919
8919
0 commit comments