Re: [w3c/permissions] Granting permission to non-fully-active documents is weird and should be disallowed (#162)

I think the spec currently permits browsers to set the [permission state](https://w3c.github.io/permissions/#permission-state) to "denied" when a document isn't [fully-active](https://html.spec.whatwg.org/multipage/browsers.html#fully-active), on the theory that becoming not-fully-active is new information about the user's intent, and that has the effect of making [request permission](https://w3c.github.io/permissions/#request-permission-to-use) also return "denied".

It sounds like a good idea to require this instead of just allowing it. @raymeskhoury, what do you think?

-- 
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/162#issuecomment-334983091

Received on Sunday, 8 October 2017 04:51:46 UTC