- From: Jeffrey Yasskin <notifications@github.com>
- Date: Thu, 26 May 2016 14:52:23 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 21:53:20 UTC
> +
> + <p>
> + Within this section, |descriptor| is an instance of the <a>permission
> + descriptor type</a> of the powerful feature named by
> + <code>|descriptor|.{{PermissionDescriptor/name}}</code>.
> + </p>
> +
> + <section>
> + <h3 id="reading-current-states">Reading the current permission state</h3>
> + <p>
> + |descriptor|'s <dfn export>permission state</dfn> is one
> + of {{"granted"}}, {{"prompt"}}, or {{"denied"}}, indicating respectively
> + if the calling algorithm should succeed without prompting the user, show
> + the user a prompt to decide whether to succeed, or fail without prompting
> + the user. The UA must return whichever of these values most accurately
> + reflects the user's intent. Successive uses of |descriptor|'s <a>permission
"Subsequent"?
---
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#r64827640
Received on Thursday, 26 May 2016 21:53:20 UTC