summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-10 16:36:01 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-10 16:36:01 +0000
commitabb037cbc2d2279f77125f3d8a2c9e127363f762 (patch)
treef942e02f333061f03fdf90fd66829ee8096c1677 /src/parse/propstrings.h
parent62678963e9142dd320225a643432c30b1b9f7df7 (diff)
downloadlibcss-abb037cbc2d2279f77125f3d8a2c9e127363f762.tar.gz
libcss-abb037cbc2d2279f77125f3d8a2c9e127363f762.tar.bz2
text-decoration
svn path=/trunk/libcss/; revision=6018
Diffstat (limited to 'src/parse/propstrings.h')
-rw-r--r--src/parse/propstrings.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index 382982e..98fb869 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -68,7 +68,7 @@ enum {
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, MALE, FEMALE, CHILD,
- MIX,
+ MIX, UNDERLINE, OVERLINE, LINE_THROUGH, BLINK,
LAST_KNOWN
};
@@ -349,7 +349,11 @@ static struct {
{ "male", SLEN("male") },
{ "female", SLEN("female") },
{ "child", SLEN("child") },
- { "mix", SLEN("mix") }
+ { "mix", SLEN("mix") },
+ { "underline", SLEN("underline") },
+ { "overline", SLEN("overline") },
+ { "line-through", SLEN("line-through") },
+ { "blink", SLEN("blink") }
};
#endif