[Bug 17417] Define a security model for requesting access to the MIDIAccess interface

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17417

--- Comment #4 from Chris Wilson <cwilso@gmail.com> ---
On Thursday, December 13, 2012 at 1:53 PM, Marcos Caceres wrote:
> Obtains an interface to enumerate and request access to MIDI devices on the user's system.
>
> This call may prompt the user for access to MIDI devices.
The above needs to be a SHOULD.
> If the user accepts

accepts should be "If the user gives express permission"
> or the call is otherwise approved, successCallback is invoked, with a MIDIAccess object as its argument.

>
> If the user declines or the call is denied, the errorCallback (if any) is invoked.
All the above should really be in the algorithm or all this should be labelled
as non-normative (i.e., this is a note of how it works conceptually, but can't
be implemented).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 13 December 2012 19:22:41 UTC