[css-font-loading] FontFaceSet.load and failed FontFace loads

The definition for FontFaceSet.load says that the promise that’s
returned is resolved with the result of waiting for each of the promises
that come from calling load on each matching FontFace.  I’m assuming
that this is meant to be the same as calling Promise.all, but that’s
not said, and Promise.all requires specific behaviour such as
rejecting the promise as soon as one of its dependent promises is
rejected.  So if that behaviour is desired, Promise.all should be
mentioned.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Sunday, 17 May 2015 05:50:20 UTC