summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-12-02 13:57:35 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-12-02 13:57:35 +0000
commit23aa9cd7d8154c822335531f0619acce43f544b8 (patch)
treeee5ac05003e905c369f9d2c1ddd46640921db80a /src/parse/propstrings.h
parentf940655fc3e16613c7dcec4537b16544366a6de1 (diff)
downloadlibcss-23aa9cd7d8154c822335531f0619acce43f544b8.tar.gz
libcss-23aa9cd7d8154c822335531f0619acce43f544b8.tar.bz2
Something approximating clip
svn path=/trunk/libcss/; revision=5870
Diffstat (limited to 'src/parse/propstrings.h')
-rw-r--r--src/parse/propstrings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index 460c426..2942578 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -63,7 +63,7 @@ enum {
UPPERCASE, LOWERCASE, EMBED, BIDI_OVERRIDE, BASELINE, SUB, SUPER,
TEXT_TOP, MIDDLE, TEXT_BOTTOM, SILENT, X_SOFT, SOFT, LOUD, X_LOUD,
PRE, NOWRAP, PRE_WRAP, PRE_LINE, LEFTWARDS, RIGHTWARDS, LEFT_SIDE,
- FAR_LEFT, FAR_RIGHT, RIGHT_SIDE, BEHIND,
+ FAR_LEFT, FAR_RIGHT, RIGHT_SIDE, BEHIND, RECT,
LAST_KNOWN
};
@@ -312,6 +312,7 @@ static struct {
{ "far-right", SLEN("far-right") },
{ "right-side", SLEN("right-side") },
{ "behind", SLEN("behind") },
+ { "rect", SLEN("rect") },
};
#endif