File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -3526,13 +3526,32 @@ <h2>
35263526 < li > Return < var > promise</ var > and perform the remaining steps < a > in
35273527 parallel</ a > .
35283528 </ li >
3529- < li > Close down any remaining user interface. The < a > user agent</ a >
3530- MAY use the value < var > result</ var > to influence the user experience.
3531- </ li >
3532- < li > Set the < a > user agent</ a > 's < a > payment request is showing</ a >
3533- boolean to false.
3529+ < li > If < var > document</ var > stops being < a data-cite =
3530+ "!HTML#fully-active "> fully active</ a > while the user interface is
3531+ being shown, or no longer is by the time this step is reached, then:
3532+ < ol >
3533+ < li > Close down the user interface.
3534+ </ li >
3535+ < li > Set the < a > user agent</ a > 's < a > payment request is showing</ a >
3536+ boolean to false.
3537+ </ li >
3538+ < li > Reject < var > promise</ var > with an "< a > AbortError</ a > "
3539+ < a > DOMException</ a > .
3540+ </ li >
3541+ </ ol >
35343542 </ li >
3535- < li > Resolve < var > promise</ var > with undefined.
3543+ < li > Otherwise:
3544+ < ol >
3545+ < li > Close down any remaining user interface. The < a > user
3546+ agent</ a > MAY use the value < var > result</ var > to influence the
3547+ user experience.
3548+ </ li >
3549+ < li > Set the < a > user agent</ a > 's < a > payment request is showing</ a >
3550+ boolean to false.
3551+ </ li >
3552+ < li > Resolve < var > promise</ var > with undefined.
3553+ </ li >
3554+ </ ol >
35363555 </ li >
35373556 </ ol >
35383557 </ section >
You can’t perform that action at this time.
0 commit comments