summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.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/properties/properties.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/properties/properties.c')
-rw-r--r--src/parse/properties/properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/properties/properties.c b/src/parse/properties/properties.c
index 6e7177b..0fd5747 100644
--- a/src/parse/properties/properties.c
+++ b/src/parse/properties/properties.c
@@ -68,6 +68,7 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] =
parse_left,
parse_letter_spacing,
parse_line_height,
+ parse_list_style,
parse_list_style_image,
parse_list_style_position,
parse_list_style_type,