summaryrefslogtreecommitdiff
path: root/include/libcss/properties.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-30 10:08:08 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-30 10:08:08 +0000
commitb4f9d156c89d7fabb50cf7397acaa124593938bc (patch)
tree19f38c4213ee89af50ca6c7b207143c00c733b99 /include/libcss/properties.h
parentfe774318f5a5201cdfbc200d1b52650f44c48d3e (diff)
downloadlibcss-b4f9d156c89d7fabb50cf7397acaa124593938bc.tar.gz
libcss-b4f9d156c89d7fabb50cf7397acaa124593938bc.tar.bz2
Introduce an initial value of border-*-color in the computed style.
When a style is composed, this will be resolved to whatever color: computed to. svn path=/trunk/libcss/; revision=8184
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 ffc3d06..f496bc9 100644
--- a/include/libcss/properties.h
+++ b/include/libcss/properties.h
@@ -159,7 +159,8 @@ enum css_border_spacing {
enum css_border_color {
CSS_BORDER_COLOR_INHERIT = CSS_BACKGROUND_COLOR_INHERIT,
CSS_BORDER_COLOR_TRANSPARENT = CSS_BACKGROUND_COLOR_TRANSPARENT,
- CSS_BORDER_COLOR_COLOR = CSS_BACKGROUND_COLOR_COLOR
+ CSS_BORDER_COLOR_COLOR = CSS_BACKGROUND_COLOR_COLOR,
+ CSS_BORDER_COLOR_INITIAL = 0x3
};
enum css_border_style {