Skip to content

Commit

Permalink
Fix the references to navigable
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed May 18, 2023
1 parent 635b8e8 commit 29b6ec9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ browsing context.
<div algorithm>
To <dfn>get the parent browsing context</dfn> given |browsing context|:

1. Let |navigable| be the [=navigable=] whose [=navigable/active
1. Let |navigable| be the [=/navigable=] whose [=navigable/active
document=] is |browsing context|'s [=browsing context/active document=].

1. Let |parent navigable| be |navigable|'s [=navigable/parent=].
Expand All @@ -1912,7 +1912,7 @@ To <dfn>get the child browsing contexts</dfn> given |browsing context|:

TODO: make this return a list in document order

1. Let |navigable| be the [=navigable=] whose [=navigable/active
1. Let |navigable| be the [=/navigable=] whose [=navigable/active
document=] is |browsing context|'s [=browsing context/active document=].

1. Let |child navigables| be a [=/set=] containing all navigables that are
Expand Down Expand Up @@ -1984,7 +1984,7 @@ To <dfn>await a navigation</dfn> given |context|, |request|, |wait condition|, a
1. Let |navigation id| be the string representation of a
[[!RFC4122|UUID]] based on truly random, or pseudo-random numbers.

1. Let |navigable| be the [=navigable=] whose [=navigable/active
1. Let |navigable| be the [=/navigable=] whose [=navigable/active
document=] is |context|'s [=browsing context/active document=].

1. [=Navigate=] |navigable| with resource |request|, and using
Expand Down

0 comments on commit 29b6ec9

Please sign in to comment.