Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editorial: export more definitions for extension modules #593

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ protocol. These terms are distinct from their representation at the

The protocol is defined using a [[!RFC8610|CDDL]] definition. For the
convenience of implementors two separate CDDL definitions are defined; the
<dfn>remote end definition</dfn> which defines the format of messages produced
<dfn export>remote end definition</dfn> which defines the format of messages produced
on the [=local end=] and consumed on the [=remote end=], and the <dfn>local end
definition</dfn> which defines the format of messages produced on the [=remote end=]
and consumed on the [=local end=]
Expand Down Expand Up @@ -1920,7 +1920,7 @@ associated WebDriver [=window handle=] the [=/browsing context id=] must be the
same as the [=window handle=].

<div algorithm>
To <dfn>get a browsing context</dfn> given |context id|:
To <dfn export>get a browsing context</dfn> given |context id|:

1. If |context id| is null, return [=success=] with data null.

Expand Down