diff --git a/index.bs b/index.bs index c05e732..1fb22dd 100644 --- a/index.bs +++ b/index.bs @@ -57,9 +57,15 @@ spec: html text: in parallel text: origin; for: / text: queue a task +spec: storage + type: enum-value + for: PermissionName; text: "persistent-storage" spec: ui-events type: dfn text: user agent +spec: web-bluetooth + type: enum-value + for: PermissionName; text: "bluetooth" spec: webidl type: interface text: Promise @@ -671,8 +677,8 @@ spec: webidl -
-    enum PermissionName {
+  
+    enum PermissionName {
       "geolocation",
       "notifications",
       "push",