diff --git a/index.html b/index.html index 2228e09..ce280db 100644 --- a/index.html +++ b/index.html @@ -680,8 +680,8 @@

|exceptionName|, the [=user agent=] MUST:

    -
  1. If |document|'s {{Document/[[orientationPendingPromise]]}} is - `null`, abort these steps. +
  2. [=/Assert=]: {{Document/[[orientationPendingPromise]]}} is not + `null`.
  3. Let |promise:Promise| be |document|'s {{Document/[[orientationPendingPromise]]}}. @@ -705,8 +705,9 @@

    1. If |document| stops being [=Document/fully active=] while [=in - parallel=], [=reject and nullify the current lock promise=] of - |document| with an {{"AbortError"}}. + parallel=], and {{Document/[[orientationPendingPromise]]}} is not + `null`, [=reject and nullify the current lock promise=] of |document| + with an {{"AbortError"}}.
    2. Let |topDocument| be |document|'s [=top-level browsing context=]'s [=active document=].