- From: Mounir Lamouri <notifications@github.com>
- Date: Tue, 31 Mar 2015 13:07:26 -0700
- To: w3c/permissions <permissions@noreply.github.com>
Received on Tuesday, 31 March 2015 20:08:06 UTC
> @@ -185,6 +185,23 @@ > </section> > <section> > <h2> > + Permission description > + </h2> > + <dl class='idl' title='dictionary PermissionDescriptor'> > + <dt> > + required PermissionName <a>name</a> > + </dt> > + </dl> > + <p> > + A permission is defined by a name and other properties that depends on > + the name. The simplest permissions require only a name but some others > + will require more information. In which case, they should have an > + <dfn>associated PermissionDescriptor</dfn> dictionary that inherits I want to underline that it needs to be a specialized ```PermissionDescriptor```. I will eat the redundancy for the sake of clarity for now. Let see if that still feels redundant later. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/20/files#r27517643
Received on Tuesday, 31 March 2015 20:08:06 UTC