- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 25 May 2016 21:52:30 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 04:53:03 UTC
> algorithms and types: > </p> > <dl> > <dt> > A <dfn export>permission descriptor type</dfn> > </dt> > <dd> > - {{PermissionDescriptor}} or one of its subtypes. > - If unspecified, this defaults to {{PermissionDescriptor}}. > + <p> > + {{PermissionDescriptor}} or one of its subtypes. > + If unspecified, this defaults to {{PermissionDescriptor}}. > + </p> > + <p> > + The feature can define a partial order on instances. If |descriptorA| is > + <dfn for="PermissionDescriptor">stronger</dfn> than |descriptorB|, then > + if |descriptorA|'s <a>permission state</a> is {{"granted"}}, > + |descriptorB|'s <a>permission state</a> must also be {{"granted"}}, and Nit: These are statements of fact, so please use "is" instead of "must". for instance, `<a>permission state</a> is {{"granted"}}`. --- 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/97/files/247f065b3c9d8d80a94fefbcee1b83488700000c#r64691392
Received on Thursday, 26 May 2016 04:53:03 UTC