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 943f55e..44866e8 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,
+ RELATIVE, ABSOLUTE, ONCE,
LAST_KNOWN
};
@@ -270,6 +270,7 @@ static struct {
{ "static", SLEN("static") },
{ "relative", SLEN("relative") },
{ "absolute", SLEN("absolute") },
+ { "once", SLEN("once") },
};
typedef struct context_entry {