[Bug 20507] New: Redundant assertion in requestMIDIAccess()

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

            Bug ID: 20507
           Summary: Redundant assertion in requestMIDIAccess()
    Classification: Unclassified
           Product: AudioWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: MIDI API
          Assignee: dave.null@w3.org
          Reporter: w3c@marcosc.com
        QA Contact: public-audio@w3.org

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
<dfn>algorithm to request MIDI Access</dfn>:"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 24 December 2012 08:20:09 UTC