From 66c77c92bb072c1dbd583ed0fc3a8c3b217b9c30 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Thu, 21 Oct 2021 11:06:26 +0200 Subject: [PATCH] Flag MidiPermissionDescriptor definition as non normative 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. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 017d183..653c4d0 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,7 @@

[=powerful feature/permission descriptor type=]
-
+            
               dictionary MidiPermissionDescriptor : PermissionDescriptor {
                 boolean sysex = false;
               };