Re: [w3c/permissions] Clipboard permissions (#175)

As I mentioned in https://github.com/w3c/permissions/pull/209#issuecomment-637899018, I was expecting something like the following, to match other things in the permission spec:

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

The permission name should remain "clipboard", no? 


-- 
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/issues/175#issuecomment-637899764

Received on Wednesday, 3 June 2020 01:28:18 UTC