Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
<code>
for references to a CDDL type (#455)
* Use `<code>` for references to a CDDL type The spec wrapped the CDDL result type of the Set Permission command in a `<pre class="cddl">` block, even though the return type is actually a reference to a CDDL type defined in WebDriver BiDi. This update wraps the block into `<code>` instead, following similar conventions used for IDL. Context for the request is that CDDL definitions defined in specs are now extracted and exposed in Webref to ease validation and integration in tools: https://github.com/w3c/webref/tree/main/ed/cddl * Fix cross-reference to "accelerometer" permission The quotes are now included in the definition.
- Loading branch information