- From: Gary Kacmarcik <notifications@github.com>
- Date: Fri, 15 Sep 2017 20:06:40 +0000 (UTC)
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 September 2017 20:07:02 UTC
Thanks for the response. That all sounds reasonable to me. I was trying to gauge how important is was to have separate `read` and `write` permissions. It sounds like you have a (strong?) preference for keeping the ability to grant `read` and deny `write`. That works for me (I'll confirm with others). In summary, that means the permissions would be: `{ name: "clipboard", access: "full" }` `{ name: "clipboard", access: "write" }` `{ name: "clipboard", access: "read" }` Each of these could be either "granted", "prompt", or "denied" (with the obvious strength relationship between "full" and the others). `{ name: "clipboard" }` would not be allowed (i.e.: we have no default if `access` is unspecified). -- 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/issues/51#issuecomment-329888853
Received on Friday, 15 September 2017 20:07:02 UTC