[css-font-loading] values of style, variant, etc. on CSS-connected FontFace objects

For a FontFace object that is CSS-connected to this rule:

   @font-face {
     font-family: Test;
     src: url(x);
   }

what should be returned from any of the IDL attributes that correspond 
to descriptors that weren't specified on the rule?  I think either "" or 
the default value listed in the FontFaceDescriptors dictionary (= the 
initial value for the corresponding property).  Probably the latter. 
(Is it possible for an @font-face rule to be in a style sheet but 
missing a font-family or src descriptor?)

Received on Monday, 30 June 2014 07:13:56 UTC