- From: Jeffrey Yasskin <notifications@github.com>
- Date: Thu, 26 May 2016 15:55:34 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 22:56:28 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 These are actually constraints on what the UA returns from the _permission state_ algorithm. --- 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#r64834959
Received on Thursday, 26 May 2016 22:56:28 UTC