- From: Jeffrey Yasskin <notifications@github.com>
- Date: Wed, 13 Jul 2016 09:39:33 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
- Message-ID: <w3c/permissions/pull/100/r70661539@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" local-lt="state"> You should be able to drop the `lt` since `local-lt` doesn't override the content of the tag. --- 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/ee474fc701468cc0e1570ebb01f15a0d44df681d#r70661539
Received on Wednesday, 13 July 2016 16:40:20 UTC