From bd8ef0f5e2ec383b528b825eba4724b90643cbef Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 3 Feb 2012 13:30:52 +0000 Subject: Add parsing of CSS3 Multi-column layout module shorthand properties. (columns & column-rule) svn path=/trunk/libcss/; revision=13416 --- src/parse/properties/properties.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/parse/properties/properties.c') diff --git a/src/parse/properties/properties.c b/src/parse/properties/properties.c index 9918366..e8ca3ce 100644 --- a/src/parse/properties/properties.c +++ b/src/parse/properties/properties.c @@ -49,9 +49,11 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] = css__parse_clear, css__parse_clip, css__parse_color, + css__parse_columns, css__parse_column_count, css__parse_column_fill, css__parse_column_gap, + css__parse_column_rule, css__parse_column_rule_color, css__parse_column_rule_style, css__parse_column_rule_width, -- cgit v1.2.3