Skip to content

Commit

Permalink
Clipboard API (positive) (mozilla#764)
Browse files Browse the repository at this point in the history
Closes mozilla#89
  • Loading branch information
zcorpan authored Mar 20, 2023
1 parent 2a04af1 commit 8ce72c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,19 @@
"title": "Clear Site Data",
"url": "https://w3c.github.io/webappsec-clear-site-data/"
},
{
"ciuName": null,
"description": "This document describes APIs for accessing data on the system clipboard. It provides operations for overriding the default clipboard actions (cut, copy and paste), and for directly accessing the clipboard contents.",
"id": "clipboard-apis",
"mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/API/Clipboard",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1619251",
"mozPosition": "positive",
"mozPositionDetail": "Async Clipboard API is an improvement over execCommand for accessing the clipboard. Security concerns are addressed by gating on user activation and a non-modal dialog.",
"mozPositionIssue": 89,
"org": "W3C",
"title": "Clipboard API and events",
"url": "https://w3c.github.io/clipboard-apis/"
},
{
"ciuName": null,
"description": "This document defines a set of JavaScript APIs to compress and decompress streams of binary data.",
Expand Down

0 comments on commit 8ce72c4

Please sign in to comment.