[heycam/webidl] "Perform some steps once a promise is settled" awkward to use in return value form (#783)

What prose do we expect spec authors to write to replace the "transforming" from the promises guide? The best I've got is

> Return the result of [=upon settling|performing the following steps=] once _p_ is settled, with the fullfilment handler which takes an argument |x|:

This seems kind of terrible. What could work better? Should we reintroduce "transforming"?

Related problem: the algorithm name is "perform some steps once a promise is settled", but you cannot link to it by that name, because it has `lt="upon settling"`. All usage sites use "upon settling".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/783

Received on Thursday, 29 August 2019 18:51:42 UTC