[w3c/browser-payment-api] "asynchronously perform the remaining steps" is not defined (#341)

This specification uses the phrase "asynchronously perform the remaining steps" in multiple places, but the actual behavior of that is not defined.   Are those steps performed off a task?  If so, which task queue does the task use?  Or are the steps performed "in parallel" as defined in <https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel>?

My other feedback on the spec assumes you mean "in parallel"; the task interpretation really doesn't make sense for at least some of the async bits in this spec.  But if I'm wrong and some of those _are_ meant to run off queued tasks, you need to define how those work.

If you do mean "in parallel", please use that phrasing, plus a link to the definition.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/issues/341

Received on Wednesday, 30 November 2016 03:36:44 UTC