Skip to content

Commit

Permalink
Add more specific link
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Sep 10, 2024
1 parent 70e9a4a commit 7ba1031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issues/payment-handler-missingtask.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Repo: 'https://github.com/w3c/payment-handler'

While crawling [Payment Handler API](https://w3c.github.io/payment-handler/), the following algorithms fire an event, or resolve or reject a Promise, within a step that runs [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel) without first queuing a task:
* [ ] The algorithm that starts with "Upon receiving a PaymentRequest by way of PaymentRequest.show() and subsequent user selection of a payment handler, the user agent MUST run the following steps:" resolves/rejects a promise directly in a step that runs in parallel
* [ ] An algorithm resolves/rejects a promise directly in a step that runs in parallel
* [ ] The [Open Window Algorithm](https://w3c.github.io/payment-handler/#open-window-algorithm) resolves/rejects a promise directly in a step that runs in parallel

See [Dealing with the event loop](https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-for-spec-authors) in the HTML specification for guidance on how to deal with algorithm sections that run *in parallel*.

Expand Down

0 comments on commit 7ba1031

Please sign in to comment.