[Bug 16362] Don't warn about whitespace in font family name

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