summaryrefslogtreecommitdiff
path: root/src/select/computed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/computed.c')
-rw-r--r--src/select/computed.c4
1 files 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);