From 1487697cb3d69c8eb86b50b441f4c44fe0a0ff12 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 15 Jan 2005 22:11:53 +0000 Subject: [project @ 2005-01-15 22:11:53 by rjw] Background work for CSS counters (CSS 2.1/12.4) svn path=/import/netsurf/; revision=1449 --- css/css.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'css/css.h') diff --git a/css/css.h b/css/css.h index 6ac08ded3..cc5e9bbd6 100644 --- a/css/css.h +++ b/css/css.h @@ -112,7 +112,12 @@ typedef enum { CSS_VERTICAL_ALIGN_PERCENT, CSS_VERTICAL_ALIGN_NOT_SET } css_vertical_align_type; - + +struct css_counter { + const char *name; + css_list_style_type style; + const char *separator; /** NULL for counter() */ +}; /** Representation of a complete CSS 2 style. */ struct css_style { -- cgit v1.2.3