Moved event target to MIDI Input.
authorChris Wilson <cwilso@gmail.com>
Mon, 10 Dec 2012 16:16:22 -0800
changeset 250 eeaa03da0946
parent 249 69179d08ab69
child 251 b0652f636f01
Moved event target to MIDI Input.
midi/specification.html
--- a/midi/specification.html	Mon Dec 10 12:04:26 2012 -0800
+++ b/midi/specification.html	Mon Dec 10 16:16:22 2012 -0800
@@ -258,7 +258,7 @@
                 <li><p>
                   Let <var>error</var> be a new <code>
                   <a href="#NavigatorMIDIAccessError">NavigatorMIDIAccessError</a>
-                  </code> object whose <code><a href="#dom-navigatormidiaccesserror-code">code</a>
+                  </code> object whose <code><a href="#widl-NavigatorMIDIAccessError-code">code</a>
                   </code> attribute has the numeric value 1 (<code><a
                     href="#dom-navigatormidiaccesserror-PERMISSION_DENIED">PERMISSION_DENIED</a>
                   </code>).
@@ -506,7 +506,7 @@
       </dl>
 
       <dl title="[NoInterfaceObject]
-                 interface MIDIPort : EventTarget"
+                 interface MIDIPort"
           class="idl">
         <dt>readonly attribute DOMString fingerprint</dt>
         <dd>
@@ -560,7 +560,7 @@
       <div class="idl" title="MIDIInput implements MIDIPort"></div>
 
           <dl title="[NoInterfaceObject]
-                   interface MIDIInput implements EventTarget"
+                   interface MIDIInput : EventTarget"
             class="idl">
           <dt class="no-docs">[TreatNonCallableAsNull] attribute
                               callback? onmessage</dt>