[Bug 20506] Do we need MIDIOutput and MIDIInput?

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

--- Comment #2 from Marcos Caceres <w3c@marcosc.com> ---
To be clear, what I mean is:

interface MIDIInput : MIDIPort {
             attribute EventHandler onmessage;
};
MIDIInput implements EventTarget; 


And MIDIPort becomes just:

interface MIDIPort{
 ... 
}

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

Received on Wednesday, 26 December 2012 00:49:04 UTC