[css-font-loading] FontFace objects in multiple FontFaceSets

Are FontFace objects allowed to be inserted into multiple FontFaceSets?

   var face = new FontFace(...);
   document.fonts.add(face);
   otherDocument.fonts.add(face);

I think it would be simpler to disallow this.  (This would also handle 
preventing CSS-connected FontFace objects from being added to multiple 
FontFaceSets.)

Received on Tuesday, 24 June 2014 01:01:29 UTC