Skip to content
Merged
Changes from all commits
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
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1373,9 +1373,9 @@ <h5 id="webdriver-bidi-module-permissions-definition">
Definition
</h5>
<p>
[=remote end definition=]
{^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