From 8c885041cb5beea3f2fa6986ebc7a647685607ea Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 10 Jan 2015 22:23:34 +0000 Subject: Improve comment. --- src/select/computed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/select/computed.c b/src/select/computed.c index 7508db6..3743305 100644 --- a/src/select/computed.c +++ b/src/select/computed.c @@ -823,8 +823,8 @@ uint8_t css_computed_column_gap(const css_computed_style *style, uint8_t css_computed_column_rule_color(const css_computed_style *style, css_color *color) { - /* This property is in the uncommon block, so we need to do - * absolute value calculation here. */ + /* This property is in the uncommon block, so we need to handle + * absolute value calculation for initial value (currentColor) here. */ if (get_column_rule_color(style, color) == CSS_COLUMN_RULE_COLOR_CURRENT_COLOR) { css_computed_color(style, color); -- cgit v1.2.3