- From: Cameron McCormack <cam@mcc.id.au>
- Date: Mon, 30 Jun 2014 17:15:25 +1000
- To: "www-style@w3.org" <www-style@w3.org>
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