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

Introduce recommendations for external specification modules #605

Merged
merged 9 commits into from
Nov 22, 2023
Merged
Changes from 3 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
12 changes: 10 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,16 @@ An implementation may define <dfn export>extension modules</dfn>. These must hav
[=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
given implementation. Such modules extend the [=local end definition=] and [=remote end definition=]
providing additional groups as choices for the defined [=commands=] and [=events=].
given implementation.
Such modules extend the [=local end definition=] and [=remote end definition=]
thiagowfx marked this conversation as resolved.
Show resolved Hide resolved
providing additional groups as choices for the defined [=commands=], [=events=] and types.
thiagowfx marked this conversation as resolved.
Show resolved Hide resolved

External specifications may define their own modules that extend the protocol.
The recommendation is that such modules should have a [=module name=] that does
not contain a colon "<code>:</code>" character, and that it is preferred
to add new modules rather than extending existing ones.
Such modules may extend the [=local end definition=] and [=remote end definition=] providing
additional groups as choices for the defined [=commands=], [=events=] and types.
thiagowfx marked this conversation as resolved.
Show resolved Hide resolved

## Commands ## {#commands}

Expand Down