Skip to content

Commit

Permalink
Flag MidiPermissionDescriptor definition as non normative
Browse files Browse the repository at this point in the history
Spec prose makes it clear that the IDL is defined in the Permissions spec, but
tools that crawl specs to extract things from them do not read the prose and
happily think that the Web Midi API spec re-defines the dictionary.
  • Loading branch information
tidoust committed Oct 21, 2021
1 parent f3373f4 commit 66c77c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h2>
[=powerful feature/permission descriptor type=]
</dt>
<dd>
<pre class="idl">
<pre class="idl exclude">
dictionary MidiPermissionDescriptor : PermissionDescriptor {
boolean sysex = false;
};
Expand Down

0 comments on commit 66c77c9

Please sign in to comment.