--- a/midi/specification.html Sun Aug 12 17:58:04 2012 +0300
+++ b/midi/specification.html Sun Aug 12 18:01:36 2012 +0300
@@ -542,11 +542,11 @@
<dl title="[NoInterfaceObject]
interface MIDIPort : EventTarget"
class="idl">
- <dt>readonly attribute MIDIPortType deviceType</dt>
+ <dt>readonly attribute MIDIPortType type</dt>
<dd>
<p>
A descriptor property to distinguish whether the device is an
- input or an output device.
+ input or an output port.
For <code><a>MIDIOutput</a></code>,
this MUST be <code>"output"</code>.
For <code><a>MIDIInput</a></code>,