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

> +          A <dfn data-export="">permission request algorithm</dfn>
> +        </dt>
> +        <dd>
> +          Takes the previously-stored <a>permission storage type</a>, an
> +          <a>associated PermissionDescriptor</a>, and a newly-created
> +          <a>permission result type</a>, shows the user any necessary prompt to
> +          try to increase permissions, and updates the <a>permission storage
> +          type</a> and <a>permission result type</a> to match. Used by <a for=
> +          "Permissions" lt="request">Permissions.request()</a>, which handles
> +          reading and writing the <a>permission store</a>.
> +        </dd>
> +        <dt>
> +          A <dfn data-export="">permission revocation algorithm</dfn>
> +        </dt>
> +        <dd>
> +          After <a for="Permissions" lt="revoke">Permissions.revoke()</a>

Done.

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

Received on Friday, 11 March 2016 21:36:28 UTC