- From: <bugzilla@jessica.w3.org>
- Date: Wed, 26 Dec 2012 00:49:03 +0000
- To: public-audio@w3.org
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