- From: Cameron McCormack <cam@mcc.id.au>
- Date: Tue, 24 Jun 2014 11:02:31 +1000
- To: "www-style@w3.org" <www-style@w3.org>
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