[w3c/permissions] `MidiPermissionDescriptor` in example 1 is confusing (#197)

`MidiPermissionDescriptor` in example 1 is confusing in that it says [emphasis added]:
> The "midi" feature has _two aspects_...

..yet the example JS has a boolean for ostensibly only one of those aspects:
```JS
dictionary MidiPermissionDescriptor : PermissionDescriptor {
  boolean sysex = false;
};
```
...?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/197

Received on Tuesday, 20 August 2019 19:47:41 UTC