Re: [w3c/clipboard-apis] Use new HTML activation model (#108)

@saschanaz commented on this pull request.



> +  1. Let |hasGesture| be true if the [=relevant global object=] of [=this=] has
+      [=transient activation=], false otherwise.
 
   1. If |readWithoutGesture| is <a>granted</a>, then return true.

While at it:

```suggestion
  1. If |readWithoutGesture| is <a>granted</a>, then return true.

  1. Let |hasGesture| be true if the [=relevant global object=] of [=this=] has
      [=transient activation=], false otherwise.
```

-- 
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#pullrequestreview-432051071

Received on Wednesday, 17 June 2020 04:32:49 UTC