summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-10 13:24:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-10 13:24:18 +0000
commita69404a169eef1e34c1751a625ba2545f7d78c84 (patch)
treec2732a922daf5203328fba1929bfe2143086cd9c /src/parse/propstrings.h
parent061f6295064ac019a1373d5cde78be2be7e0c393 (diff)
downloadlibcss-a69404a169eef1e34c1751a625ba2545f7d78c84.tar.gz
libcss-a69404a169eef1e34c1751a625ba2545f7d78c84.tar.bz2
voice-family
svn path=/trunk/libcss/; revision=6015
Diffstat (limited to 'src/parse/propstrings.h')
-rw-r--r--src/parse/propstrings.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index 79e4586..0bcbe33 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -67,7 +67,7 @@ enum {
NO_OPEN_QUOTE, NO_CLOSE_QUOTE, ATTR, COUNTER, COUNTERS, CROSSHAIR,
DEFAULT, POINTER, MOVE, E_RESIZE, NE_RESIZE, NW_RESIZE, N_RESIZE,
SE_RESIZE, SW_RESIZE, S_RESIZE, W_RESIZE, TEXT, WAIT, HELP, PROGRESS,
- SERIF, SANS_SERIF, CURSIVE, FANTASY, MONOSPACE,
+ SERIF, SANS_SERIF, CURSIVE, FANTASY, MONOSPACE, MALE, FEMALE, CHILD,
LAST_KNOWN
};
@@ -345,6 +345,9 @@ static struct {
{ "cursive", SLEN("cursive") },
{ "fantasy", SLEN("fantasy") },
{ "monospace", SLEN("monospace") },
+ { "male", SLEN("male") },
+ { "female", SLEN("female") },
+ { "child", SLEN("child") }
};
#endif