From 1b13f81b8259f4416df7b3063cb280cb977722d7 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 29 Jan 2011 17:53:22 +0000 Subject: Centralise handling of transparent colours. Add support for currentColor svn path=/trunk/libcss/; revision=11525 --- src/parse/propstrings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/propstrings.c') diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c index 354c794..9e81300 100644 --- a/src/parse/propstrings.c +++ b/src/parse/propstrings.c @@ -336,6 +336,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = { { "-libcss-left", SLEN("-libcss-left") }, { "-libcss-center", SLEN("-libcss-center") }, { "-libcss-right", SLEN("-libcss-right") }, + { "currentColor", SLEN("currentColor") }, { "aliceblue", SLEN("aliceblue") }, { "antiquewhite", SLEN("antiquewhite") }, -- cgit v1.2.3