From 2fbd0a31de8fad20e96677b0a79bcf1f719a5ec8 Mon Sep 17 00:00:00 2001 From: stephenmcgruer Date: Sat, 21 Mar 2026 04:55:17 +0000 Subject: [PATCH] chore(tidy): tidy up document --- index.html | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index d6d7abd5..fb32f436 100644 --- a/index.html +++ b/index.html @@ -3786,11 +3786,11 @@

User accepts the payment request algorithm

- The user accepts the payment request algorithm runs - when the user accepts the payment request and confirms that they want - to pay. It MUST queue a task on the user interaction task - source to perform the following steps: + The user accepts the payment request + algorithm runs when the user accepts the payment request and + confirms that they want to pay. It MUST queue a task on the + user interaction task source to perform the following steps:

  1. Let |request:PaymentRequest| be the {{PaymentRequest}} object @@ -3903,11 +3903,12 @@

    User aborts the payment request algorithm

    - The user aborts the payment request algorithm runs when the - user aborts the payment request through the currently interactive user - interface. It MUST queue a task on the user interaction task - source to perform the following steps: + The user aborts the payment request + algorithm runs when the user aborts the payment request through + the currently interactive user interface. It MUST queue a task + on the user interaction task source to perform the following + steps:

    1. Let |request:PaymentRequest| be the {{PaymentRequest}} object @@ -3955,11 +3956,12 @@

      The payment handler indicates an internal error - algorithm runs when the payment handler that the user has - selected encounters an internal error that prevents it from completing - the payment. This can occur due to reasons such as the operating - system terminating the payment handler (e.g., due to memory pressure), - or the payment handler itself encountering an unrecoverable error. + algorithm runs when the payment handler that the user + has selected encounters an internal error that prevents it from + completing the payment. This can occur due to reasons such as the + operating system terminating the payment handler (e.g., due to memory + pressure), or the payment handler itself encountering an + unrecoverable error.