Re: [w3c/permissions] Guidance on where to put permission related stuff in other specs (#110)

I would particularly be interested in advice as to how to hook into Permissions. I need to do this for the Notifications API and Storage. At the moment I use language like

* If permission for notification’s origin is not "granted"...
* The static permission attribute’s getter must return permission for the entry settings object’s origin.
* Set permission for the entry settings object’s origin to permission.

and I'd love to rephrase that in a way that hooks into Permissions directly. See https://github.com/whatwg/notifications/issues/71 for the issue I have on doing that. Perhaps you or @jyasskin is interested in doing that work? It should be fairly easy I think once you're familiar with the setup (which I'm not).

---
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/110#issuecomment-234244993

Received on Thursday, 21 July 2016 12:57:36 UTC