Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[meta] Fix broken markup #171

Merged
merged 2 commits into from
Mar 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1217,17 +1217,13 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn;
These clipboard permissions are <a>powerful feature</a>s
permission-related algorithms and types are defined as follows:

<dl>
<dt>
<a>permission descriptor type</a>
</dt>
<dd>
: <a>permission descriptor type</a>
::
<pre class="idl">
dictionary ClipboardPermissionDescriptor : PermissionDescriptor {
boolean allowWithoutGesture = false;
};
</pre>
</dd>

There are 4 clipboard permissions:

Expand Down