Skip to content

Commit baa9360

Browse files
authored
Use <code> for references to a CDDL type (#85)
See w3c/webdriver-bidi#831 for background.
1 parent 7cb6e57 commit baa9360

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -720,9 +720,9 @@ Issue: Require implementations to report failures in settings modification opera
720720
</dd>
721721
<dt>[=Result Type=]</dt>
722722
<dd>
723-
<xmp class="cddl">
723+
<code>
724724
EmptyResult
725-
</xmp>
725+
</code>
726726
</dd>
727727
</dl>
728728

@@ -765,9 +765,9 @@ The <dfn>settings.getSettings command</dfn> returns a list of the requested sett
765765
</dd>
766766
<dt>[=Result Type=]</dt>
767767
<dd>
768-
<xmp class="cddl">
768+
<code>
769769
SettingsGetSettingsResult
770-
</xmp>
770+
</code>
771771
</dd>
772772
</dl>
773773

@@ -796,9 +796,9 @@ The <dfn>settings.getSupportedSettings command</dfn> returns a list of all setti
796796
</dd>
797797
<dt>[=Result Type=]</dt>
798798
<dd>
799-
<xmp class="cddl">
799+
<code>
800800
SettingsGetSettingsResult
801-
</xmp>
801+
</code>
802802
</dd>
803803
</dl>
804804

@@ -882,9 +882,9 @@ Issue(51): This algorithm only supports one specific kind of press/release seque
882882
<dt>Result Type
883883
<dd>
884884

885-
<pre class="cddl">
885+
<code>
886886
EmptyResult
887-
</pre>
887+
</code>
888888

889889
</dl>
890890

0 commit comments

Comments
 (0)