Re: [w3c/permissions] describe implicitly-granted permissions (#178)

https://w3c.github.io/permissions/#prompt-the-user-to-choose anticipates folks integrating with file upload and screenshare choosers, and was co-designed with the Bluetooth device choosers. I call these chooser-based permission rather than implicit ones, since the user is actually more explicit about what they want to grant access to. It is still useful to query() the status of these permissions, since they can be `"denied"` even if they can't be `"granted"`. We also talked about query() returning the set of devices the user has granted to a page, but I believe nobody's implemented that.

So, in general, yes, I'd welcome patches to add more chooser-based permissions to the registry.

@raymeskhoury, are you still the right contact for Permission Delegation?

@clelland, this overlaps some with the Feature Policy names.

-- 
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/178#issuecomment-391101478

Received on Tuesday, 22 May 2018 18:52:18 UTC