Re: [permissions] Let each permission refine its algorithms and store data. (#66)

> +        <dd>
> +          A subtype of <a>PermissionStatus</a>.
> +        </dd>
> +        <dt>
> +          An algorithm to <dfn data-export="">get a permission storage
> +          identifier</dfn>.
> +        </dt>
> +        <dd>
> +          Takes an <a>environment settings object</a> argument and returns a
> +          <a>permission storage identifier</a>.
> +        </dd>
> +        <dt>
> +          A <dfn data-export="">permission query algorithm</dfn>
> +        </dt>
> +        <dd>
> +          Takes an <a>associated PermissionDescriptor</a>, an instance of the

I think this would be "an instance of the associated permission descriptor type for this permission". The main thing is instance; right now associated PermissionDescriptor/associated permission descriptor type is a type, not an object.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/66/files#r55889411

Received on Friday, 11 March 2016 21:14:47 UTC