diff --git a/api/Clipboard.json b/api/Clipboard.json index 4e14c1c33e63f7..281486e23e6135 100644 --- a/api/Clipboard.json +++ b/api/Clipboard.json @@ -46,7 +46,7 @@ "support": { "chrome": { "version_added": "66", - "notes": "From version 85, the Permissions-Policy clipboard-read header is required." + "notes": "The user must grant the clipboard-read permission." }, "chrome_android": "mirror", "edge": "mirror", @@ -55,7 +55,7 @@ "notes": [ "This method must be called within user gesture event handlers.", "Web extensions require the clipboardRead permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.", - "A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is surpressed." + "A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed." ] }, "firefox_android": "mirror", @@ -124,7 +124,7 @@ "support": { "chrome": { "version_added": "66", - "notes": "From version 85, the Permissions-Policy clipboard-read header is required." + "notes": "The user must grant the clipboard-read permission." }, "chrome_android": "mirror", "edge": "mirror", @@ -133,7 +133,7 @@ "notes": [ "This method must be called within user gesture event handlers.", "Web extensions require the clipboardRead permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.", - "A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is surpressed." + "A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed." ] }, "firefox_android": "mirror", @@ -267,8 +267,8 @@ "chrome": { "version_added": "66", "notes": [ - "From version 107, this method must be called within user gesture event handlers, or the page must include the Permissions-Policy clipboard-write header.", - "From version 85, the Permissions-Policy clipboard-write header is required." + "From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.", + "Before version 107, the user must grant the clipboard-write permission." ] }, "chrome_android": "mirror", @@ -280,7 +280,7 @@ "notes": [ "This method must be called within user gesture event handlers.", "Web extensions require the clipboardWrite permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.", - "A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is surpressed." + "A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed." ] }, "firefox_android": "mirror", @@ -315,8 +315,8 @@ "chrome": { "version_added": "66", "notes": [ - "From version 107, this method must be called within user gesture event handlers, or the page must include the Permissions-Policy clipboard-write header.", - "From version 85, the Permissions-Policy clipboard-write header is required." + "From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.", + "Before version 107, the user must grant the clipboard-write permission." ] }, "chrome_android": "mirror", @@ -326,7 +326,7 @@ "notes": [ "This method must be called within user gesture event handlers.", "Web extensions require the clipboardRead permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.", - "A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is surpressed." + "A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed." ] }, "firefox_android": "mirror",