Skip to content

Commit

Permalink
editorial: export "extension modules" definition
Browse files Browse the repository at this point in the history
So that it can be referred from other specs.

Currently there is no definition we can refer to in `webdriver-bidi`:
https://respec.org/xref/?term=extension+modules, unlike WebDriver
classic which has an exported "extension commands" definition.

Bug: #506
Bug: #587
  • Loading branch information
Thiago Perrotta committed Nov 6, 2023
1 parent a7adbf0 commit 2f1d0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,10 @@ in the <code>ResultData</code> group for the results of commands in the module.
Modules which contain events define [=local end definition=] fragments that are
choices in the <code>Event</code> group for the module's [=events=].

An implementation may define <dfn>extension modules</dfn>. These must have a
An implementation may define <dfn export>extension modules</dfn>. These must have a
[=module name=] that contains a single colon "<code>:</code>" character. The
part before the colon is the prefix; this is typically the same for all
extension modules specific to a given implementation and should be unique for a
[=extension modules=] specific to a given implementation and should be unique for a
given implementation. Such modules extend the [=local end definition=] and [=remote end definition=]
providing additional groups as choices for the defined [=commands=] and [=events=].

Expand Down

0 comments on commit 2f1d0b3

Please sign in to comment.