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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse/css21.c b/src/parse/css21.c
index be819c4..3659180 100644
--- a/src/parse/css21.c
+++ b/src/parse/css21.c
@@ -63,7 +63,7 @@ enum {
DECIMAL_LEADING_ZERO, LOWER_ROMAN, UPPER_ROMAN, LOWER_GREEK,
LOWER_LATIN, UPPER_LATIN, ARMENIAN, GEORGIAN, LOWER_ALPHA, UPPER_ALPHA,
INVERT, VISIBLE, ALWAYS, AVOID, X_LOW, LOW, HIGH, X_HIGH, STATIC,
- RELATIVE, ABSOLUTE, ONCE, DIGITS, CONTINUOUS, CODE,
+ RELATIVE, ABSOLUTE, ONCE, DIGITS, CONTINUOUS, CODE, SPELL_OUT,
LAST_KNOWN
};
@@ -274,6 +274,7 @@ static struct {
{ "digits", SLEN("digits") },
{ "continuous", SLEN("continuous") },
{ "code", SLEN("code") },
+ { "spell-out", SLEN("spell-out") },
};
typedef struct context_entry {