Re: [w3c/permissions] Update clipboard permissions as per Clipboard Specification. (#209)

@dway123, thanks, the text looks good... however, this seems to break the convention we have for these kinds of permissions. I would have the value to remain "clipboard" and for a `PermissionDescriptor` to capture to mode. 

Something like: 
```
enum ClipboardMode { "read", "write" }
dictionary ClipboardPermissionDescriptor : PermissionDescriptor {
   ClipboardMode mode = "read";
};
``


-- 
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/209#issuecomment-637899018

Received on Wednesday, 3 June 2020 01:25:10 UTC