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>.

Yeah, I think that works. I shied away from it because @annevk didn't want to have per-realm stores at all, but once we allow them, requiring them in the spec doesn't actually require implementations to store them separately.

---
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#r61592223

Received on Friday, 29 April 2016 15:07:28 UTC