Skip to content

Commit 4f2ccb0

Browse files
Editorial: Adapt CDDL declarations to new version of Bikeshed (#464)
* fix cddl * fix import
1 parent 77f8bc7 commit 4f2ccb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,9 +1373,9 @@ <h5 id="webdriver-bidi-module-permissions-definition">
13731373
Definition
13741374
</h5>
13751375
<p>
1376-
[=remote end definition=]
1376+
{^remote end definition^}
13771377
</p>
1378-
<pre class="cddl remote-cddl">
1378+
<pre class="cddl" data-cddl-module="remote-cddl">
13791379
PermissionsCommand = (
13801380
permissions.setPermission
13811381
)
@@ -1389,7 +1389,7 @@ <h5 id="webdriver-bidi-module-permissions-types">
13891389
<h6 id="webdriver-bidi-type-permissions-PermissionDescriptor">
13901390
The permissions.PermissionDescriptor Type
13911391
</h6>
1392-
<pre class="cddl local-cddl">
1392+
<pre class="cddl" data-cddl-module="local-cddl">
13931393
permissions.PermissionDescriptor = {
13941394
name: text,
13951395
}
@@ -1402,7 +1402,7 @@ <h6 id="webdriver-bidi-type-permissions-PermissionDescriptor">
14021402
<h6 id="webdriver-bidi-type-permissions-PermissionState">
14031403
The permissions.PermissionState Type
14041404
</h6>
1405-
<pre class="cddl local-cddl">
1405+
<pre class="cddl" data-cddl-module="local-cddl">
14061406
permissions.PermissionState = "granted" / "denied" / "prompt"
14071407
</pre>
14081408
<p>
@@ -1427,7 +1427,7 @@ <h6 id="webdriver-bidi-command-permissions-setPermission">
14271427
Command Type
14281428
</dt>
14291429
<dd>
1430-
<pre class="cddl remote-cddl">
1430+
<pre class="cddl" data-cddl-module="remote-cddl">
14311431
permissions.setPermission = (
14321432
method: "permissions.setPermission",
14331433
params: permissions.SetPermissionParameters

0 commit comments

Comments
 (0)