- From: Jeffrey Yasskin <notifications@github.com>
- Date: Thu, 26 May 2016 14:45:16 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 21:46:04 UTC
> + dictionary DevicePermissionDescriptor : PermissionDescriptor { > + DOMString deviceId; > + }; > + </pre> > + <p> > + General access to cameras is represented by `{name: 'camera'}`, while > + access to a particular camera is represented by `{name: 'camera', > + deviceId: cameraId}`. > + </p> > + </div> > +</section> > +<section> > + <h2 id="permission-operations">Permission states</h2> > + <p> > + The user agent is responsible for tracking what powerful features each > + <a>realm</a> has the user's permission to use. Other specifications can use I don't see anything in HTML about security contexts. We could make up a term to mean "the thing that code runs inside which has a global object and a settings object", but why bother if Javascript already has it? --- 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#r64826517
Received on Thursday, 26 May 2016 21:46:04 UTC