Re: [w3c/permissions] WIP: Define a permission store (closes #384) (PR #390)

@marcoscaceres commented on this pull request.



> @@ -502,6 +565,51 @@ <h2>
             </li>
           </ol>
         </dd>
+        <dt>
+          A <dfn data-dfn-for="powerful feature" class="export">permission key generation algorithm</dfn>:
+        </dt>
+        <dd>
+          <p>
+            Takes an [=environment settings object=], and returns a new [=permission store key=].
+            If unspecified, this defaults to the <a>default permission key generation algorithm</a>.
+            A feature that specifies a custom [=powerful feature/permission key generation algorithm=] MUST also specify a
+            [=powerful feature/permission key comparison algorithm=].
+          </p>
+          <p>
+            The <dfn data-export="">default permission key generation algorithm</dfn>,

```suggestion
            The <dfn class="export">default permission key generation algorithm</dfn>,
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/390#pullrequestreview-1193717804
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/permissions/pull/390/review/1193717804@github.com>

Received on Friday, 25 November 2022 00:30:06 UTC