summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 22:59:47 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 22:59:47 +0000
commitfac6e78e4235414393b828646106071de57f5a51 (patch)
tree945e92bfbfdcfa8c27e1a1a61d6443954f7c98ac /src/parse/propstrings.c
parentaa6529f454b445d7007c3ce3d02f09510ea08bc2 (diff)
downloadlibcss-fac6e78e4235414393b828646106071de57f5a51.tar.gz
libcss-fac6e78e4235414393b828646106071de57f5a51.tar.bz2
List-style shorthand parser
svn path=/trunk/libcss/; revision=7994
Diffstat (limited to 'src/parse/propstrings.c')
-rw-r--r--src/parse/propstrings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c
index e1ef19e..9e26271 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -98,6 +98,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
{ "left", SLEN("left") },
{ "letter-spacing", SLEN("letter-spacing") },
{ "line-height", SLEN("line-height") },
+ { "list-style", SLEN("list-style") },
{ "list-style-image", SLEN("list-style-image") },
{ "list-style-position", SLEN("list-style-position") },
{ "list-style-type", SLEN("list-style-type") },