summaryrefslogtreecommitdiff
path: root/src/select/properties.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-04 01:04:50 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-04 01:04:50 +0000
commite27b67d3098cbd96f18a02ad12a595878df4c3d9 (patch)
tree7fd3c74764eac3171cee94fa96582d3f010dc0eb /src/select/properties.c
parente9323b050926b2a9fd53a0b7e407eab8b88451bf (diff)
downloadlibcss-e27b67d3098cbd96f18a02ad12a595878df4c3d9.tar.gz
libcss-e27b67d3098cbd96f18a02ad12a595878df4c3d9.tar.bz2
Implement initial_content()
svn path=/trunk/libcss/; revision=6690
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,