forked from mdn/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify notes about clipboard permissions
The notes about version 85 appear to be about this change: https://chromestatus.com/feature/5767075295395840 However, there is no requirement to use the feature policy or permission policy, that is only used to constrain a page more than the default, typically to disallow requesting a permission at all. It was confirmed that the two permissions go back to Chrome 66, by testing `navigator.permissions.query({name: "clipboard-read"})` and "clipboard-write" in DevTools in Chrome 66. The only remaining noteworthy thing is the behavior around user activation. The existing claims in the notes weren't double checked, just carried forward while updating permissions language. Drive-by: fix surpressed typo in Firefox notes
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters