- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 13 Jul 2016 01:38:48 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
- Message-ID: <w3c/permissions/pull/100/r70585306@github.com>
> - user's intent. Subsequent uses of |descriptor|'s <a>permission state</a> > - with the same <a>current settings object</a> must return the same value, > - unless the UA receives <a>new information about the user's intent</a>. > + |descriptor|'s <dfn export lt="permission state|state">permission state > + </dfn> is one of {{"granted"}}, {{"prompt"}}, or {{"denied"}}, > + indicating respectively if the calling algorithm should: > + </p> > + > + <ul> > + <li>succeed without prompting the user ({{"granted"}}),</li> > + <li>show the user a prompt to decide whether to succeed ({{"prompt"}}),</li> > + <li>or fail without prompting the user ({{"denied"}}).</li> > + </ul> > + > + <p> > + The UA returns whichever of these values most accurately reflects the user's Ok, but shouldn't that be in an algorithm? If it's in one of the algorithms, then this is a statement of fact. If it's not in an algorithm, that might be a bug. --- 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/100/files/59690558b17cbc2a5618b8adc36ef93888d7d8b7#r70585306
Received on Wednesday, 13 July 2016 08:39:28 UTC