- From: Johann Hofmann <notifications@github.com>
- Date: Mon, 05 Dec 2022 12:43:10 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/permissions/pull/390/review/1205251043@github.com>
@johannhof commented on this pull request. > @@ -278,6 +278,73 @@ <h3> reset because its [=permission/lifetime=] has expired. </p> </section> + <section> + <h3> + Permission Store + </h3> + <p> + The user agent maintains a single <dfn class="export">permission store</dfn> which is a [=/list=] of [=permission store entries=]. Each particular [=entry=] denoted by its [=permission store entry/descriptor=] and [=permission store entry/key=] can only appear at most once in this list. + </p> + <p> + The user agent MAY remove [=entries=] from the [=permission store=] when their respective [=permission=]'s [=permission/lifetime=] has expired. + </p> + <p> + A <dfn class="export" data-local-lt="entry">permission store entry</dfn> is a [=tuple=] of {{PermissionDescriptor}} <dfn class="export" data-dfn-for="permission store entry">descriptor</dfn>, an instance <dfn class="export" data-dfn-for="permission store entry">key</dfn> of the [=powerful feature/permission key type=] of the feature named by [=permission store entry/descriptor=].name, and [=permission/state=] <dfn class="export" data-dfn-for="permission store entry">state</dfn>. Yeah, I agree, @jyasskin suggested the current version earlier but I think I'm leaning towards the simpler version as well, so I'll go back to it :) -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/390#discussion_r1040076422 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/pull/390/review/1205251043@github.com>
Received on Monday, 5 December 2022 20:43:24 UTC