summaryrefslogtreecommitdiff
path: root/src/select/select.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 22:11:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 22:11:02 +0000
commit553939ce35affac69b472e23eb30fed10a930187 (patch)
treebc1e836bb508c6f1b5b0c9e9f0d92a544028833c /src/select/select.c
parent074079fb5e1520106397d036a66d84c25d3486df (diff)
downloadlibcss-553939ce35affac69b472e23eb30fed10a930187.tar.gz
libcss-553939ce35affac69b472e23eb30fed10a930187.tar.bz2
Some changes. No idea what they are, mind you.
svn path=/trunk/libcss/; revision=6536
Diffstat (limited to 'src/select/select.c')
-rw-r--r--src/select/select.c1
1 files changed, 1 insertions, 0 deletions
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)