summaryrefslogtreecommitdiff
path: root/src/parse/css21.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/css21.c')
-rw-r--r--src/parse/css21.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse/css21.c b/src/parse/css21.c
index 35a6aee..c3dbae1 100644
--- a/src/parse/css21.c
+++ b/src/parse/css21.c
@@ -62,6 +62,7 @@ enum {
LIGHTER, INSIDE, OUTSIDE, DISC, CIRCLE, SQUARE, DECIMAL,
DECIMAL_LEADING_ZERO, LOWER_ROMAN, UPPER_ROMAN, LOWER_GREEK,
LOWER_LATIN, UPPER_LATIN, ARMENIAN, GEORGIAN, LOWER_ALPHA, UPPER_ALPHA,
+ INVERT,
LAST_KNOWN
};
@@ -257,6 +258,7 @@ static struct {
{ "georgian", SLEN("georgian") },
{ "lower-alpha", SLEN("lower-alpha") },
{ "upper-alpha", SLEN("upper-alpha") },
+ { "invert", SLEN("invert") },
};
typedef struct context_entry {