Re: [w3c/clipboard-apis] Fix #63: Permission check should be async (2ac3c0b)

I considered using just:
```
Let |r| be the result of running [=check clipboard read permission=]
```
but I wasn't sure if that was sufficient to indicate that the permission check might be blocked waiting for the permission UX.

But you're right, the "in parallel" construction indicates that the steps here should continue, but what we want is to indicate that the steps wait until `|r|` has a value.

Is the above phrasing (without "in parallel") sufficient or is there a better way of phrasing this?  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/commit/2ac3c0b5894558a4b468be6f09feb588efff4077#commitcomment-28091614

Received on Wednesday, 14 March 2018 18:33:08 UTC