- From: <bugzilla@jessica.w3.org>
- Date: Tue, 27 Mar 2012 13:49:16 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16362 --- Comment #1 from Mathias Bynens <mathias@qiwi.be> 2012-03-27 13:49:14 UTC --- The warning that is currently displayed only makes sense in extreme edge cases, like when the font family name actually contains two or more consecutive space characters, e.g. `Foo Bar`. In that case, you’d need to use quotes: `font-family: 'Foo Bar'`. If you’d use `font-family: Foo Bar` (without the quotes) instead, it would get interpreted as `font-family: 'Foo Bar'`, with only a single space, which wouldn’t match the desired font family name. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Tuesday, 27 March 2012 13:49:28 UTC