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

> +          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
> +          <a>permission storage type</a> that's currently stored for this
> +          <a>permission</a>, and an existing instance of the <a>permission
> +          result type</a>, and updates the <a>permission result type</a>
> +          instance with the query result. Used by <a for="Permissions" lt=
> +          "query">Permissions.query()</a> and the <a href=

Probably also a prevailing style issue but this is pretty bad form; see https://github.com/whatwg/html/issues/826

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

Received on Friday, 11 March 2016 21:15:50 UTC