- From: stefan hakansson <notifications@github.com>
- Date: Wed, 27 Jan 2016 22:28:40 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Message-ID: <w3c/permissions/pull/57/r51084768@github.com>
> + <p> > + If the deviceId is the special string "*", it queries for > + access to all devices of that class, whether they exist > + at the moment or are attached at a later time. When such a > + permission has been granted, queries for permission to any > + specific device MUST return "granted" as long as the > + deviceId is the ID of a connected device of the given class. > + <p> > + The <code><dfn id='idl-def-PermissionName.device-info'>device-info</dfn></code> > + permission controls access to names and capabilities of input > + and output devices. > + </p> > + <p> > + The permission storage identifier for permissions in this > + section MUST include the top level context's origin and the embedding > + status. (just to make sure:) Is there a definition of "top level context's origin" somewhere, or is it something that can't be misunderstood? In the spec there is also a sentence in section 7 that ends "...MAY contain other information like the embedding status or the embedder's origin." Should we add top level context's origin here? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/57/files#r51084768
Received on Thursday, 28 January 2016 06:29:24 UTC