Skip to content

Commit

Permalink
Remove clipboard-read from PermissionName
Browse files Browse the repository at this point in the history
As its removed by w3c/clipboard-apis#132.
  • Loading branch information
saschanaz authored Dec 18, 2020
1 parent 9cbf73c commit c805f06
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ spec:infra; type:dfn; text:list
<a enum-value>"accelerometer"</a>,
<a enum-value>"gyroscope"</a>,
<a enum-value>"magnetometer"</a>,
<a enum-value>"clipboard-read"</a>,
<a enum-value>"clipboard-write"</a>,
<a enum-value>"display-capture"</a>,
<a enum-value>"nfc"</a>,
Expand Down Expand Up @@ -980,16 +979,6 @@ spec:infra; type:dfn; text:list
passing it <a enum-value>"magnetometer"</a> as argument.
</p>
</section>
<section>
<h3 id="clipboard-read">
Clipboard Read
</h3>
<p>
The <dfn for="PermissionName" enum-value>"clipboard-read"</dfn>
permission is the permission associated with the usage of the
asynchronous read methods in the [[clipboard-apis]].
</p>
</section>
<section>
<h3 id="clipboard-write">
Clipboard Write
Expand Down

0 comments on commit c805f06

Please sign in to comment.