diff --git a/index.html b/index.html
index ee9791e..39d4a65 100644
--- a/index.html
+++ b/index.html
@@ -405,8 +405,9 @@
[[[#appmanifest-interaction]]] and [[[#fullscreen-interaction]]].
- - Let |document:Document| be [=this=]'s [=relevant global
- object=]'s [=associated `Document`=].
+
- Let |global:Window| be [=this=]'s [=relevant global object=].
+
+ - Let |document:Document| be |global|'s [=associated `Document`=].
- Run the [=common safety checks=] with |document|. If an
[=exception=] is [=exception/throw|thrown=], return [=a promise
@@ -416,6 +417,11 @@
orientation to |orientation|, return [=a promise rejected with=] a
{{"NotSupportedError"}} {{DOMException}} and abort these steps.
+ - If |global| does not have [=transient activation=], return [=a
+ promise rejected with=] a {{"NotAllowedError"}} {{DOMException}}.
+
+ - [=Consume user activation=] of |global|.
+
- If |document|'s
{{Document/[[orientationPendingPromise]]}} is not `null`, [=reject
and nullify the current lock promise=] of |document| with an