From b9c1187c2b32982b38ac16851902bf86a400b5a3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 26 Oct 2008 21:34:20 +0000 Subject: font-size svn path=/trunk/libcss/; revision=5642 --- src/parse/css21.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/parse/css21.c') diff --git a/src/parse/css21.c b/src/parse/css21.c index 8d25b1e..ecf589c 100644 --- a/src/parse/css21.c +++ b/src/parse/css21.c @@ -57,7 +57,8 @@ enum { INLINE_BLOCK, TABLE, INLINE_TABLE, TABLE_ROW_GROUP, TABLE_HEADER_GROUP, TABLE_FOOTER_GROUP, TABLE_ROW, TABLE_COLUMN_GROUP, TABLE_COLUMN, TABLE_CELL, TABLE_CAPTION, BELOW, LEVEL, ABOVE, HIGHER, LOWER, - SHOW, HIDE, + SHOW, HIDE, XX_SMALL, X_SMALL, SMALL, LARGE, X_LARGE, XX_LARGE, + LARGER, SMALLER, LAST_KNOWN }; @@ -222,6 +223,14 @@ static struct { { "lower", SLEN("lower") }, { "show", SLEN("show") }, { "hide", SLEN("hide") }, + { "xx-small", SLEN("xx-small") }, + { "x-small", SLEN("x-small") }, + { "small", SLEN("small") }, + { "large", SLEN("large") }, + { "x-large", SLEN("x-large") }, + { "xx-large", SLEN("xx-large") }, + { "larger", SLEN("larger") }, + { "smaller", SLEN("smaller") }, }; typedef struct context_entry { -- cgit v1.2.3