Re: [w3c/permissions] Give the UA permission to return anything it wants from query(). (#97)

> +  <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
> +      state</a> with the same <a>current settings object</a> should return the

don't you mean "MUST return the same value"... it would be strange if it suddenly changed for whatever reason. The next statement should clarify about changing the value. 

---
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#r64689905

Received on Thursday, 26 May 2016 04:18:40 UTC