- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 25 May 2016 21:21:50 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc:
- Message-ID: <w3c/permissions/pull/97/r64690043@github.com>
> + algorithm for different settings objects with the same origin. We should > + test which of the <a > + href="https://html.spec.whatwg.org/multipage/webappapis.html#realms-settings-objects-global-objects">several > + possible settings objects</a> it uses. > + </p> > + > + <p> > + Some powerful features have more information associated with them than > + just a {{PermissionState}}. For example, {{MediaDevices/getUserMedia()}} > + needs to determine <em>which</em> cameras the user has granted the > + <a>current realm</a> permission to access. Each of these features defines > + an <a>extra permission data type</a>, and then a {{PermissionName}} |name|'s > + <dfn export>extra permission data</dfn> is the instance of that type > + matching the UA's impression of the user's intent. Successive uses of > + |name|'s <a>extra permission data</a> should return the same value, unless > + the UA receives new information about the user's intent. the text " unless the UA receives new information about the user's intent" seems to be repeated throughout. Can we capture this as a concept to avoid having to repeat 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#r64690043
Received on Thursday, 26 May 2016 04:22:19 UTC