Re: [w3c/permissions] Define permission lifetimes (#287)

@jyasskin requested changes on this pull request.



> @@ -382,7 +425,8 @@ <h3>
             A <dfn class="export">default powerful feature</dfn> is a <a>powerful feature</a> with
             all of the above types and algorithms defaulted.
           </p>
-        </section>
+          </section>
+          </p>

```suggestion
```

?

> @@ -209,6 +214,44 @@ <h3>
             implicit signals.
           </p>
         </aside>
+        <section>
+          <h4>Lifetimes</h4>
+          <p>
+            Every [=permission=] has a <dfn class="export" data-dfn-for="permission">lifetime</dfn>,

This needs to get integrated into the algorithms in order to have an effect. You could say that after |lifetime| time since the permission state became "granted", the UA has new information about the user's intent, but that doesn't really seem intuitive. Or you could integrate the lifetime into the definition of "permission state".

-- 
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/287#pullrequestreview-742979774

Received on Tuesday, 31 August 2021 17:07:36 UTC