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]]].

    -
  1. Let |document:Document| be [=this=]'s [=relevant global - object=]'s [=associated `Document`=]. +
  2. Let |global:Window| be [=this=]'s [=relevant global object=]. +
  3. +
  4. Let |document:Document| be |global|'s [=associated `Document`=].
  5. 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.

  6. +
  7. If |global| does not have [=transient activation=], return [=a + promise rejected with=] a {{"NotAllowedError"}} {{DOMException}}. +
  8. +
  9. [=Consume user activation=] of |global|. +
  10. If |document|'s {{Document/[[orientationPendingPromise]]}} is not `null`, [=reject and nullify the current lock promise=] of |document| with an