From b4f9d156c89d7fabb50cf7397acaa124593938bc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 30 Jun 2009 10:08:08 +0000 Subject: 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 --- include/libcss/properties.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 { -- cgit v1.2.3