Re: [w3c/permissions] Allow UAs to maintain zero or multiple permission stores. (#95)

>    </p>
>    <ol>
> -    <li>If the <a>user agent</a> has a {{PermissionStorage}} associated
> -    with the <a>permission storage identifier</a> in its permission store,
> -    it MUST return the {{PermissionStorage}}.
> +    <li>Let <var>settings</var> be the <a>current settings object</a>.</li>
> +    <li>
> +      Let <var>store</var> be some <a>permission store</a> associated with the
> +      <a>same origin</a> as <var>settings</var>. This store SHOULD be chosen
> +      consistently for a given <a>environment settings object</a>.

I say that on the presumption that there is only one permission store that is relevant to the request and that there is always one: either an immutable default, or one at any of the many different scopes that stores might appear.

---
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/95/files/9a98a3cc8c47bc4aba961d8bf7244bb1b57f1f72#r61534511

Received on Friday, 29 April 2016 04:58:48 UTC