Re: [permissions] Mediacapture permissions (#57)

> + </p>
> + <p>
> +   The permissions <code><dfn id='idl-def-PermissionName.all-cameras'>all-cameras</dfn></code>, <code><dfn id='idl-def-PermissionName.all-microphones'>all-microphones</dfn></code>,
> +   and <code><dfn id='idl-def-PermissionName.all-speakers'>all-speakers</dfn></code> 
> + cover access to all devices of that class, whether they exist
> + at the moment or are attached at a later time. When the "all"
> +   permissions have been granted, queries for permission to any
> +   specific device MUST return "granted" as long as the
> +   deviceId is a legal deviceId.
> + <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

Trying to parse this. In https://github.com/w3c/mediacapture-main/issues/267 it seems we're zooming in to keying by origin and top-level origin.
Here we we say "origin and embedder's origin". Assuming we have more than one level of iFrame's, this would mean a difference between the two(?).

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/57/files#r50961033

Received on Wednesday, 27 January 2016 09:51:08 UTC