Skip to content

Commit d771d93

Browse files
committed
traversable links
1 parent e9a18f9 commit d771d93

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

index.bs

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ navigables. This initially contains the [=event name=] for events that
689689
are <dfn export for=event>in the default event set</dfn>.
690690

691691
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
693693
that are a [=/set=] of [=event name=]s for events that are enabled in the given
694694
navigable.
695695

@@ -1337,11 +1337,11 @@ which is a unique string set upon the user context creation.
13371337
A [=/navigable=] has an <dfn export>associated user context</dfn>, which is a [=user
13381338
context=].
13391339

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=]
13411341
is set to a user context in the [=set of user contexts=].
13421342

13431343
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
13451345
requirements are present, the [=associated user context=] for a [=/top-level
13461346
traversable=] is implemenation-defined.
13471347

@@ -1353,7 +1353,7 @@ A [=child navigable=]'s [=associated user context=] is it's
13531353
[=navigable/parent=]'s [=associated user context=].
13541354

13551355
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>.
13571357

13581358
The <dfn>default user context</dfn> is a [=user context=] with [=user context
13591359
id=] <code>"default"</code>.
@@ -1479,7 +1479,7 @@ events are disabled, the return value is always empty.
14791479
1. For each |navigable| of |already enabled navigables|, remove |event
14801480
name| from |event map|[|navigable|].
14811481

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=]
14831483
that are not contained in |already enabled navigables|,
14841484

14851485
1. Set |enabled events|[|event name|] to |newly enabled contexts|.
@@ -2649,7 +2649,7 @@ prompt types.
26492649

26502650
#### The browsingContext.activate Command #### {#command-browsingContext-activate}
26512651

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

26542654
<dl>
26552655
<dt>Command Type</dt>
@@ -2681,7 +2681,7 @@ The [=remote end steps=] with |command parameters| are:
26812681

26822682
1. Let |navigable| be the result of [=trying=] to [=get a navigable=] with |navigable id|.
26832683

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

26862686
1. Return [=activate a navigable=] with |navigable|.
26872687

@@ -3004,7 +3004,7 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
30043004
#### The browsingContext.close Command #### {#command-browsingContext-close}
30053005

30063006
The <dfn export for=commands>browsingContext.close</dfn> command closes a
3007-
[=navigable/top-level traversable=].
3007+
[=/top-level traversable=].
30083008

30093009
<dl>
30103010
<dt>Command Type</dt>
@@ -3044,7 +3044,7 @@ The [=remote end steps=] with |command parameters| are:
30443044

30453045
1. Assert: |navigable| is not null.
30463046

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
30483048
[=error code=] [=invalid argument=].
30493049

30503050
1. If |prompt unload| is true:
@@ -3058,7 +3058,7 @@ The [=remote end steps=] with |command parameters| are:
30583058
1. Return [=success=] with data null.
30593059

30603060
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
30623062
the browser, close the session or leave this up to the implementation.
30633063

30643064
</div>
@@ -3111,7 +3111,7 @@ The [=remote end steps=] with |command parameters| are:
31113111
result of [=trying=] to [=get a navigable=] with
31123112
|reference navigable id|. Otherwise let |reference navigable| be null.
31133113

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

31173117
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:
31283128

31293129
1. If |user context| is null, return [=error=] with [=error code=] [=no such user context=].
31303130

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=]
31323132
with [=associated user context=] |user context| for any reason, return
31333133
[=error=] with [=error code=] [=unsupported operation=].
31343134

31353135
<!-- This is based on step 5 of https://w3c.github.io/webdriver/#new-window,
31363136
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=]
31383138
with <var ignore>url</var> set to "<code>about:blank</code>", <var
31393139
ignore>target</var> set to the empty string, and <var ignore>features</var>
31403140
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
31423142
window the new [=/navigable=] is created in depends on |type| and
31433143
|reference navigable|:
31443144

@@ -3977,7 +3977,7 @@ The [=remote end steps=] with |command parameters| are:
39773977
1. Let |navigable| be the result of [=trying=] to [=get a navigable=] with
39783978
|navigable id|.
39793979

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
39813981
[=error code=] [=invalid argument=].
39823982

39833983
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|:
49594959
1. If there is a [=/navigable=] whose [=active window=] is |environment
49604960
settings|' [=environment settings object/global object=], set |navigable id|
49614961
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
49634963
context.
49644964

49654965
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:
60736073
1. Let |navigable| be the result of [=trying=] to [=get a navigable=]
60746074
with |navigable id|.
60756075

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=]
60776077
with [=error code=] [=invalid argument=].
60786078

60796079
1. Append |navigable| to |navigables|.
@@ -8913,7 +8913,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
89138913

89148914
1. Let |navigable| be the result of [=trying=] to [=get a navigable=] with |navigable id|.
89158915

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

89188918
1. Append |navigable| to |navigables|.
89198919

0 commit comments

Comments
 (0)