[css-font-loading] FontFace.status when constructed with invalid family name or descriptors

Should FontFace.status be set to "error" when the FontFace is 
constructed with an invalid font family name or with invalid values for 
it descriptors?  The FontFace.loaded promise is rejected, so to parallel 
when it was the actual font data that was invalid, it might make sense 
to set status to "error" here too.

Received on Saturday, 5 July 2014 01:25:07 UTC