-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-order CDDL definitions so that Command / Message are first (#83)
The first rule in a CDDL document defines the entry point to validate a CBOR data item. The CDDL of each module started with `Extensible`, which essentially made any CBOR data item valid. This update makes `Command` and `Message` the first CDDL rules in each module (as done in WebDriver BiDi), and defines `Extensible` is a single block common to both the remote end and local end definitions.
- Loading branch information
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters