Skip to content

Commit

Permalink
Add a note about navigables
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jun 13, 2024
1 parent 5614cf1 commit 7182131
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,16 @@ The [=remote end steps=] with |command parameters| are:
## The browsingContext Module ## {#module-browsingContext}

The <dfn export for=modules>browsingContext</dfn> module contains commands and
events relating to browsing contexts.
events relating to [=navigables=].

Note: For historic reasons this module is called <code>browsingContext</code>
rather than <code>navigable</code>, and the protocol uses the term
<code>context</code> to refer to navigables, particularly as a field in command
and response parameters.

Issue: Update the spec to use [=navigable=] consistently and remove uses
of [=/browsing context=]. See
https://github.com/w3c/webdriver-bidi/issues/91#issuecomment-2144536819.

The progress of navigation is communicated using an immutable <dfn export>WebDriver
navigation status</dfn> struct, which has the following items:
Expand Down

0 comments on commit 7182131

Please sign in to comment.