diff --git a/index.html b/index.html index 4f8bec80..100b6b47 100644 --- a/index.html +++ b/index.html @@ -769,6 +769,14 @@

  • Let request be the PaymentRequest object on which the method is called.
  • +
  • Let document be request's relevant global object's + associated Document. +
  • +
  • If document is not + fully active, then return a promise rejected with an + "AbortError" DOMException. +
  • Optionally, if the user agent wishes to disallow the call @@ -892,6 +900,14 @@

    or the user aborts the payment request algorithm, which are triggered through interaction with the user interface.

    +

    + If document stops being fully active while the user interface is + being shown, or no longer is by the time this step is reached, + then the user interface should be hidden, and + acceptPromise should be rejected with an + "AbortError" DOMException. +