jussi-kalliokoski / webmidi-issues

A test repo for importing the issues from bugzilla
0 stars 0 forks source link

Redundant assertion in requestMIDIAccess() #12

Open jussi-kalliokoski opened 11 years ago

jussi-kalliokoski commented 11 years ago

Originally reported on W3C Bugzilla ISSUE-20507 Mon, 24 Dec 2012 08:20:07 GMT Reported by Marcos Caceres Assigned to This bug has no owner yet - up for the taking

Because of step 11 of section 5.1.1 Methods, I think the following is assertion is redundant:

"If the user declines or the call is denied, the errorCallback (if any) is invoked."

Please remove it.

As an aside, can we formally name the algorithm that is invoked when the requestMIDIAccess() is invoked? That will make it easier to talk about:

If so, please change the spec from:

"When the requestMIDIAccess method is called, the user agent must run the following steps:"

To: "When the requestMIDIAccess method is called, the user agent must run the algorithm to request MIDI Access:"