- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 25 May 2016 21:28:15 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 04:28:43 UTC
> + that value and abort these steps. > + </li> > + <li> > + Show the user a prompt asking their permission for the calling > + algorithm to use powerful feature described by |descriptor|. > + </li> > + <li> > + If the user grants permission, return {{"granted"}}; otherwise return > + {{"denied"}}. Depending on the details of the user's interaction, the > + UA may also treat this as new information about the user's intent for > + other realms with the same origin. > + > + <p class="note"> > + This is intentionally vague about the details of the permission UI > + and how the UA infers user intent. UAs should be able to explore > + lots of UI within this framework. 👍 --- 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/97/files/247f065b3c9d8d80a94fefbcee1b83488700000c#r64690313
Received on Thursday, 26 May 2016 04:28:43 UTC