- From: Darwin Huang <notifications@github.com>
- Date: Wed, 17 Jun 2020 17:27:42 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 18 June 2020 00:27:54 UTC
@dway123 commented on this pull request.
> @@ -1053,8 +1053,8 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn;
<code>{ name: "clipboard-write", allowWithoutGesture: true }</code>
permission.
- 1. Let |hasGesture| be true if the current script is not running as a result of
- direct user action, false otherwise.
+ 1. Let |hasGesture| be true if the [=relevant global object=] of [=this=]
+ has [=transient activation=], false otherwise.
1. If |writeWithoutGesture| is <a>granted</a>, then return true.
For posterity, this was fixed in https://github.com/w3c/clipboard-apis/pull/122 (Thanks!)
--
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/108#discussion_r441903362
Received on Thursday, 18 June 2020 00:27:54 UTC