Skip to content

Commit

Permalink
Remove MidiPermissionDescriptor, now in MIDI spec (w3c#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Oct 28, 2021
1 parent 2f33dca commit 2dbcd62
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -830,22 +830,6 @@ <h3 id="midi">
This [=powerful feature=] only has a single implementation, and therefore, as per the W3C
Process, is [=at risk=].
</p>
<dl>
<dt>
[=powerful feature/permission descriptor type=]
</dt>
<dd>
<pre class="idl">
dictionary MidiPermissionDescriptor : PermissionDescriptor {
boolean sysex = false;
};
</pre>
<p>
`{name: "midi", sysex: true}` is [=PermissionDescriptor/stronger than=] `{name:
"midi", sysex: false}`.
</p>
</dd>
</dl>
</section>
<section>
<h3 id="screen-wake-lock">
Expand Down

0 comments on commit 2dbcd62

Please sign in to comment.