summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-01-21 14:58:20 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-01-21 14:58:20 +0000
commit49100b25d47cf2cb8cb6524400161b339119b38c (patch)
treedab18da67dd73f0f42f4f2654cc4d2f39304166f /src/parse/propstrings.c
parenta997c2776d48ebf54dbd452e5059558325e604e4 (diff)
downloadlibcss-49100b25d47cf2cb8cb6524400161b339119b38c.tar.gz
libcss-49100b25d47cf2cb8cb6524400161b339119b38c.tar.bz2
add hsl colour support
svn path=/trunk/libcss/; revision=11429
Diffstat (limited to 'src/parse/propstrings.c')
-rw-r--r--src/parse/propstrings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c
index ef71235..354c794 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -331,6 +331,8 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
{ "blink", SLEN("blink") },
{ "rgb", SLEN("rgb") },
{ "rgba", SLEN("rgba") },
+ { "hsl", SLEN("hsl") },
+ { "hsla", SLEN("hsla") },
{ "-libcss-left", SLEN("-libcss-left") },
{ "-libcss-center", SLEN("-libcss-center") },
{ "-libcss-right", SLEN("-libcss-right") },