cleanup - Removed connect/disconnect events (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19762).
authorChris Wilson <cwilso@gmail.com>
Wed, 31 Oct 2012 13:15:47 -0700
changeset 199 b70563d39ab1
parent 198 46c470599a4b
child 200 c956edac5174
cleanup - Removed connect/disconnect events (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19762).
midi/specification.html
--- a/midi/specification.html	Wed Oct 31 12:45:06 2012 -0700
+++ b/midi/specification.html	Wed Oct 31 13:15:47 2012 -0700
@@ -541,26 +541,6 @@
             is unique to only that port if possible.
           </p>
         </dd>
-        <dt class="no-docs">[TreatNonCallableAsNull] attribute
-                            callback? ondisconnect</dt>
-        <dd>
-            <p>
-              This event handler, of type <code><a href=
-              "#event-midiport-disconnect">disconnect</a></code>,
-              SHOULD be supported by all objects implementing the
-              <code><a>MIDIPort</a></code> interface.
-            </p>
-        </dd>
-        <dt class="no-docs">[TreatNonCallableAsNull] attribute
-                            callback? onconnect</dt>
-        <dd>
-            <p>
-              This event handler, of type <code><a href=
-              "#event-midiport-connect">connect</a></code>,
-              SHOULD be supported by all objects implementing the
-              <code><a>MIDIPort</a></code> interface.
-            </p>
-        </dd>
       </dl>
 
       <section>