From 553939ce35affac69b472e23eb30fed10a930187 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 15 Feb 2009 22:11:02 +0000 Subject: Some changes. No idea what they are, mind you. svn path=/trunk/libcss/; revision=6536 --- src/select/select.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/select/select.c') diff --git a/src/select/select.c b/src/select/select.c index 77209ed..a27a0cf 100644 --- a/src/select/select.c +++ b/src/select/select.c @@ -291,6 +291,7 @@ css_error css_select_style(css_select_ctx *ctx, void *node, * Those properties which are inherited need to be set as inherit. * Those which are not inherited need to be set to their default value. */ + /** \todo If node is tree root, everything should be defaulted. */ for (i = 0; i < N_OPCODES; i++) { /* Do nothing if this property is set */ if (state.props[i].set) -- cgit v1.2.3