diff --git a/index.html b/index.html index 6325980..ff74875 100644 --- a/index.html +++ b/index.html @@ -291,8 +291,11 @@

  • If |state| is {{PermissionState["prompt"]}}, run the following steps:
      -
    1. If these obtain permission steps were not triggered - by user activation, return {{PermissionState["denied"]}}. +
    2. If the current global object is not a {{Window}}, + return {{PermissionState["denied"]}}. +
    3. +
    4. If the current global object does not have [=transient + activation=], return {{PermissionState["denied"]}}.
    5. Return the result of requesting permission to use with |permissionDesc|. @@ -304,13 +307,12 @@