summaryrefslogtreecommitdiff
path: root/include/libcss/properties.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 18:09:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 18:09:46 +0000
commit4f5504dd6d7d5dfbc1e3b1f6d6fb94581bd9fffa (patch)
tree18437dc40db8d0520a5b6f4da4f7acc1d72b6361 /include/libcss/properties.h
parentceafe236c3365978cd8be8db5f4a266e57135fb7 (diff)
downloadlibcss-4f5504dd6d7d5dfbc1e3b1f6d6fb94581bd9fffa.tar.gz
libcss-4f5504dd6d7d5dfbc1e3b1f6d6fb94581bd9fffa.tar.bz2
Modify encoding of quotes. Move clip to accommodate.
svn path=/trunk/libcss/; revision=6442
Diffstat (limited to 'include/libcss/properties.h')
-rw-r--r--include/libcss/properties.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libcss/properties.h b/include/libcss/properties.h
index 1d0dd72..bb685e0 100644
--- a/include/libcss/properties.h
+++ b/include/libcss/properties.h
@@ -382,7 +382,8 @@ enum css_quotes {
CSS_QUOTES_INHERIT = 0x0,
/* Consult pointer in struct to determine which */
CSS_QUOTES_STRING = 0x1,
- CSS_QUOTES_NONE = 0x1
+ CSS_QUOTES_NONE = 0x1,
+ CSS_QUOTES_DEFAULT = 0x2
};
enum css_right {