summaryrefslogtreecommitdiff
path: root/src/select/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties.c')
-rw-r--r--src/select/properties.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/select/properties.c b/src/select/properties.c
index d28e29c..f5a6260 100644
--- a/src/select/properties.c
+++ b/src/select/properties.c
@@ -1154,9 +1154,7 @@ css_error cascade_content(uint32_t opv, css_style *style,
css_error initial_content(css_computed_style *style)
{
- UNUSED(style);
-
- return CSS_OK;
+ return set_content(style, CSS_CONTENT_NORMAL, NULL);
}
css_error cascade_counter_increment(uint32_t opv, css_style *style,