- From: Jeffrey Yasskin <notifications@github.com>
- Date: Tue, 12 Jul 2016 17:54:47 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
- Message-ID: <w3c/permissions/pull/100/r70549183@github.com>
> @@ -208,14 +202,23 @@ spec: webidl
> <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. 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
I think you want `local-lt="state"`. Another spec using <a>state</a> shouldn't land here.
---
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#r70549183
Received on Wednesday, 13 July 2016 00:56:38 UTC