diff --git a/index.html b/index.html index d6d7abd5..fb32f436 100644 --- a/index.html +++ b/index.html @@ -3786,11 +3786,11 @@
- 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:
- 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:
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.