Re: [w3c/clipboard-apis] Add clipboard IDL description. (#158)

@mbrodesser commented on this pull request.



> @@ -632,11 +711,15 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn;
    1. Run the following steps [=in parallel=]:
 
     1. Let |r| be the result of running [=check clipboard read permission=] [=in parallel=]
+     Note: Clipboard permission is not supported on Safari. However, the read() method must be called inside
+     a user gesture event and the user must select the paste option from the native context menu that pops up
+     when read() is called from JS, otherwise, the promise will be rejected.
 
     1. If |r| is not "granted", then reject |p| with a "NotAllowedError" DOMException

There's https://webidl.spec.whatwg.org/#notallowederror.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/158#discussion_r743570687

Received on Friday, 5 November 2021 11:09:59 UTC