- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 14 Sep 2017 02:35:38 +0000 (UTC)
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 14 September 2017 02:36:01 UTC
marcoscaceres commented on this pull request. > @@ -1082,6 +1082,28 @@ spec: webidl permission is the permission associated with the usage of the asynchronous methods in the [[clipboard-apis]]. </p> + <dl> + <dt> + <a>permission descriptor type</a> + </dt> + <dd> + <pre class='idl'> + dictionary ClipboardPermissionDescriptor : PermissionDescriptor { + boolean fullAccess = false; Thanks for the clarification - that makes sense. I don't have a strong opinion, so I think it's probably ok to just have `fullAccess` to stand for "read-write" (and missing for just write). Having said that, this is the first permission to require this kind of read/write access pattern, so I want to make sure we end up with something that future specs can also use. @jyasskin, would appreciate your input here... -- 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/permissions/pull/155#discussion_r138785015
Received on Thursday, 14 September 2017 02:36:01 UTC