w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
351 stars 38 forks source link

Fix CDDL #512

Closed jrandolf closed 1 year ago

jrandolf commented 1 year ago

We need to use / instead of // as // are meant to union groups, not types.

For example, ResultData is used as the type for CommandResponse.result, but ResultData is a group (since it uses //). Only types may be used as values.

This will be validated once cddl 1.0.0 comes out.


Preview | Diff

OrKoN commented 1 year ago

@jgraham @whimboo PTAL