From ef8a15f3dd5dc483376ac4a9fe5acc5acc1e9122 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 4 Dec 2008 17:47:20 +0000 Subject: Clarify font-family svn path=/trunk/libcss/; revision=5881 --- src/parse/properties.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/parse/properties.c b/src/parse/properties.c index 2ad769d..bcab556 100644 --- a/src/parse/properties.c +++ b/src/parse/properties.c @@ -2561,6 +2561,11 @@ css_error parse_font_family(css_language *c, const parserutils_vector *vector, int *ctx, css_style **result) { + /* [ IDENT+ | STRING ] [ ','? [ IDENT+ | STRING ] ]* + * + * In the case of IDENT+, any whitespace between tokens is collapsed to + * a single space + */ /** \todo font-family */ UNUSED(c); -- cgit v1.2.3