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

Issue with "Clipboard API": read/write permissions are gone/being gone #12065

Closed
saschanaz opened this issue Jan 16, 2022 · 1 comment · Fixed by #12066
Closed

Issue with "Clipboard API": read/write permissions are gone/being gone #12065

saschanaz opened this issue Jan 16, 2022 · 1 comment · Fixed by #12066
Assignees
Labels
Content:WebAPI Web API docs

Comments

@saschanaz
Copy link
Contributor

MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API

What information was incorrect, unhelpful, or incomplete?

Access to the contents of the clipboard is gated behind the Permissions API: The clipboard-write permission is granted automatically to pages when they are in the active tab. The clipboard-read permission must be requested, which you can do by trying to read data from the clipboard.

Specific section or headline?

What did you expect to see?

That part should be removed, since Apple and Mozilla have no intent to implement them and thus they are (being) dropped from the specs:

The compat table should probably also include permission support.

Did you test this? If so, how?

MDN Content page report details
@github-actions github-actions bot added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jan 16, 2022
@sideshowbarker sideshowbarker self-assigned this Jan 16, 2022
@sideshowbarker sideshowbarker added the Content:WebAPI Web API docs label Jan 16, 2022
@sideshowbarker
Copy link
Collaborator

Opened #12066 for the MDN change

The compat table should probably also include permission support.

It seems like that should be handled with a BCD PR first

@sideshowbarker sideshowbarker removed the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jan 16, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants