Skip to content

Commit 678a110

Browse files
ianbjacobsMarcos Cáceres
authored and
Marcos Cáceres
committed
Editorial: Call out payment handlers in abort() (w3c#679)
* Call out payment handlers in abort() Per 29 Jan 2018 Payment Handler API editor discussion [1], acknowledge connection to payment handlers in abort() method. Relates to Issue w3c#476. [1] https://www.w3.org/2018/01/29-apps-minutes#item02
1 parent e65a217 commit 678a110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,8 +1010,8 @@ <h2>
10101010
<li>Return <var>promise</var> and perform the remaining steps <a>in
10111011
parallel</a>.
10121012
</li>
1013-
<li>Try to abort the current user interaction and close down any
1014-
remaining user interface.
1013+
<li>Try to abort the current user interaction with the <a>payment
1014+
handler</a> and close down any remaining user interface.
10151015
</li>
10161016
<li>
10171017
<a>Queue a task</a> on the <a>user interaction task source</a> to

0 commit comments

Comments
 (0)