summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h7
1 files changed, 6 insertions, 1 deletions
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 {