Skip to content

Commit

Permalink
Update spec link/status of clipboard permissions (#23714)
Browse files Browse the repository at this point in the history
The "clipboard-read" permission was removed from the spec:
w3c/clipboard-apis#132
  • Loading branch information
foolip authored Jul 9, 2024
1 parent d67a65e commit 178426b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/Permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,15 @@
},
"status": {
"experimental": true,
"standard_track": true,
"standard_track": false,
"deprecated": false
}
}
},
"permission_clipboard-write": {
"__compat": {
"description": "<code>clipboard-write</code> permission",
"spec_url": "https://w3c.github.io/clipboard-apis/#dom-permissionname-clipboard-write",
"support": {
"chrome": {
"version_added": "64"
Expand Down

0 comments on commit 178426b

Please sign in to comment.