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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some async clipboard web-features tags #23658

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

foolip
Copy link
Collaborator

@foolip foolip commented Jul 4, 2024

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

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
@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jul 4, 2024
@foolip foolip requested a review from ddbeck July 8, 2024 12:35
@@ -257,9 +257,6 @@
"permission_clipboard-read": {
"__compat": {
"description": "<code>clipboard-read</code> permission",
"tags": [
"web-features:async-clipboard"
],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "clipboard-read" permission was removed from the spec:
w3c/clipboard-apis#132

If this is no longer part of the spec, then should this feature also be standards_track: false?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in #23714.

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ddbeck ddbeck merged commit d67a65e into mdn:main Jul 9, 2024
5 checks passed
@foolip foolip deleted the async-clipboard-tags branch July 9, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
2 participants