Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ <h5 id="webdriver-bidi-module-permissions-definition">
<p>
[=remote end definition=]
</p>
<pre class="cddl remote-cddl">
<pre class="cddl" data-cddl-module="remote-cddl">
PermissionsCommand = (
permissions.setPermission
)
Expand All @@ -1389,7 +1389,7 @@ <h5 id="webdriver-bidi-module-permissions-types">
<h6 id="webdriver-bidi-type-permissions-PermissionDescriptor">
The permissions.PermissionDescriptor Type
</h6>
<pre class="cddl local-cddl">
<pre class="cddl" data-cddl-module="local-cddl">
permissions.PermissionDescriptor = {
name: text,
}
Expand All @@ -1402,7 +1402,7 @@ <h6 id="webdriver-bidi-type-permissions-PermissionDescriptor">
<h6 id="webdriver-bidi-type-permissions-PermissionState">
The permissions.PermissionState Type
</h6>
<pre class="cddl local-cddl">
<pre class="cddl" data-cddl-module="local-cddl">
permissions.PermissionState = "granted" / "denied" / "prompt"
</pre>
<p>
Expand All @@ -1427,7 +1427,7 @@ <h6 id="webdriver-bidi-command-permissions-setPermission">
Command Type
</dt>
<dd>
<pre class="cddl remote-cddl">
<pre class="cddl" data-cddl-module="remote-cddl">
permissions.setPermission = (
method: "permissions.setPermission",
params: permissions.SetPermissionParameters
Expand Down
Loading