Skip to content

Commit

Permalink
fix navigable check
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jan 17, 2025
1 parent 905b4ad commit 09dbd80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7832,7 +7832,9 @@ To <dfn export>run WebDriver BiDi preload scripts</dfn> given |environment setti

1. If |preload script|'s <code>contexts</code> is not null:

1. If |preload script|'s <code>contexts</code> does not [=list/contain=] |user context id|,
1. Let |navigable id| be |navigable|’s [=navigable/top-level traversable=]'s id.

1. If |preload script|'s <code>contexts</code> does not [=list/contain=] |navigable id|,
[=continue=].

1. If |preload script|'s <code>sandbox</code> is not null, let |realm| be [=get
Expand Down

0 comments on commit 09dbd80

Please sign in to comment.