- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Mon, 7 Jul 2014 15:09:23 -0700
- To: Cameron McCormack <cam@mcc.id.au>
- Cc: "www-style@w3.org" <www-style@w3.org>
On Fri, Jul 4, 2014 at 10:16 PM, Cameron McCormack <cam@mcc.id.au> wrote: > I don't think the css-fonts specification says anything special about using > a font family name of "" or " " when using @font-face. Should either of > these be disallowed? > > http://mcc.id.au/temp/emptyfamily.html > > Firefox, Chrome and Safari support " " while IE does not. None of these > browsers support "". >From the spec: # Font family names other than generic families must either be given quoted # as strings, or unquoted as a sequence of one or more identifiers. So an empty string is not a valid <family-name>. ~TJ
Received on Monday, 7 July 2014 22:10:10 UTC