summaryrefslogtreecommitdiff
path: root/src/select
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-01-10 22:23:34 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2015-01-10 22:23:34 +0000
commit8c885041cb5beea3f2fa6986ebc7a647685607ea (patch)
treeaaf8210f1a712d152128bca29878d3f0f2fc3fdb /src/select
parent096871aabc3b2be309566d444bed2f48f18c3e41 (diff)
downloadlibcss-8c885041cb5beea3f2fa6986ebc7a647685607ea.tar.gz
libcss-8c885041cb5beea3f2fa6986ebc7a647685607ea.tar.bz2
Improve comment.
Diffstat (limited to 'src/select')
-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);