summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 18:10:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-25 18:10:54 +0000
commit7782c74a03f19797fd5af2b015b80710c869616b (patch)
treead2cfbc53afe9d71d854d0d47ea6750e4b28ce65 /src/parse/properties/properties.c
parentb1367201c557cbf33ddcea3e3c1f0efd313bd59c (diff)
downloadlibcss-7782c74a03f19797fd5af2b015b80710c869616b.tar.gz
libcss-7782c74a03f19797fd5af2b015b80710c869616b.tar.bz2
Factor out common parts of pause-after and pause-before parsers.
cue and pause shorthands svn path=/trunk/libcss/; revision=7983
Diffstat (limited to 'src/parse/properties/properties.c')
-rw-r--r--src/parse/properties/properties.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/properties/properties.c b/src/parse/properties/properties.c
index de92933..7e54f16 100644
--- a/src/parse/properties/properties.c
+++ b/src/parse/properties/properties.c
@@ -49,6 +49,7 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] =
parse_content,
parse_counter_increment,
parse_counter_reset,
+ parse_cue,
parse_cue_after,
parse_cue_before,
parse_cursor,
@@ -90,6 +91,7 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] =
parse_page_break_after,
parse_page_break_before,
parse_page_break_inside,
+ parse_pause,
parse_pause_after,
parse_pause_before,
parse_pitch_range,