Skip to content

Commit

Permalink
Remove some async clipboard web-features tags
Browse files Browse the repository at this point in the history
ClipboardEvent is part of the older API:
https://w3c.github.io/clipboard-apis/#clipboard-event-api

The "clipboard-read" permission was removed from the spec:
w3c/clipboard-apis#132
  • Loading branch information
foolip committed Jul 4, 2024
1 parent 1894296 commit 9771620
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions api/ClipboardEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ClipboardEvent",
"spec_url": "https://w3c.github.io/clipboard-apis/#clipboard-event-interfaces",
"tags": [
"web-features:async-clipboard"
],
"support": {
"chrome": {
"version_added": "41"
Expand Down Expand Up @@ -43,9 +40,6 @@
"description": "<code>ClipboardEvent()</code> constructor",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ClipboardEvent/ClipboardEvent",
"spec_url": "https://w3c.github.io/clipboard-apis/#dom-clipboardevent-clipboardevent",
"tags": [
"web-features:async-clipboard"
],
"support": {
"chrome": {
"version_added": "58"
Expand Down Expand Up @@ -82,9 +76,6 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ClipboardEvent/clipboardData",
"spec_url": "https://w3c.github.io/clipboard-apis/#clipboardevent-clipboarddata",
"tags": [
"web-features:async-clipboard"
],
"support": {
"chrome": {
"version_added": "41"
Expand Down
3 changes: 0 additions & 3 deletions api/Permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@
"permission_clipboard-read": {
"__compat": {
"description": "<code>clipboard-read</code> permission",
"tags": [
"web-features:async-clipboard"
],
"support": {
"chrome": {
"version_added": "64"
Expand Down

0 comments on commit 9771620

Please sign in to comment.