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:
- - If these obtain permission steps were not triggered
- by user activation, return {{PermissionState["denied"]}}.
+
- If the current global object is not a {{Window}},
+ return {{PermissionState["denied"]}}.
+
+ - If the current global object does not have [=transient
+ activation=], return {{PermissionState["denied"]}}.
- Return the result of requesting permission to use with
|permissionDesc|.
@@ -304,13 +307,12 @@