Skip to content

Commit a0c831d

Browse files
authored
Remove requirement to reject after document is inactive (#875)
1 parent 2f35ff0 commit a0c831d

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

index.html

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,9 +1234,6 @@ <h2>
12341234
<li>Set |request|'s <a>payment-relevant browsing context</a>'s
12351235
<a>payment request is showing</a> boolean to false.
12361236
</li>
1237-
<li>Reject |acceptPromise| with an "<a>AbortError</a>"
1238-
<a>DOMException</a>.
1239-
</li>
12401237
</ol>
12411238
</li>
12421239
</ol>
@@ -3172,20 +3169,19 @@ <h2>
31723169
affords the end user the ability to retry accepting the payment
31733170
request.
31743171
</li>
3175-
<li data-tests=
3176-
"payment-response/rejects_if_not_active-manual.https.html">If
3177-
|document| stops being <a>fully active</a> while the user interface
3178-
is being shown, or no longer is by the time this step is reached,
3179-
then:
3172+
<li>
3173+
<span data-tests=
3174+
"payment-response/rejects_if_not_active-manual.https.html">If
3175+
|document| stops being <a>fully active</a> while the user interface
3176+
is being shown, or no longer is by the time this step is reached,
3177+
then:
3178+
</span>
31803179
<ol>
31813180
<li>Close down the user interface.
31823181
</li>
31833182
<li>Set |request|'s <a>payment-relevant browsing context</a>'s
31843183
<a>payment request is showing</a> boolean to false.
31853184
</li>
3186-
<li>Reject |retryPromise| with an "<a>AbortError</a>"
3187-
<a>DOMException</a>.
3188-
</li>
31893185
</ol>
31903186
</li>
31913187
<li>Finally, when |retryPromise| settles, set
@@ -3490,9 +3486,6 @@ <h2>
34903486
<li>Set |request|'s <a>payment-relevant browsing context</a>'s
34913487
<a>payment request is showing</a> boolean to false.
34923488
</li>
3493-
<li>Reject |promise| with an "<a>AbortError</a>"
3494-
<a>DOMException</a>.
3495-
</li>
34963489
</ol>
34973490
</li>
34983491
<li>Otherwise:

0 commit comments

Comments
 (0)