summaryrefslogtreecommitdiff
path: root/src/parse/parse.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-05 22:26:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-05 22:26:46 +0000
commit826eb5873c5908c658013f7e61aec30911614d55 (patch)
treeca8c5be2e6eac422ef4f1cf1aac7c9d9bc2912d8 /src/parse/parse.c
parent67f3509990c7d28d084e96afb0a223b3ca3bf756 (diff)
downloadlibcss-826eb5873c5908c658013f7e61aec30911614d55.tar.gz
libcss-826eb5873c5908c658013f7e61aec30911614d55.tar.bz2
Flag hideous todo thanks to CSSOM
svn path=/trunk/libcss/; revision=4924
Diffstat (limited to 'src/parse/parse.c')
-rw-r--r--src/parse/parse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/parse.c b/src/parse/parse.c
index aa9fd1f..4c3f3bc 100644
--- a/src/parse/parse.c
+++ b/src/parse/parse.c
@@ -23,6 +23,9 @@
#undef DEBUG_STACK
#undef DEBUG_EVENTS
+/** \todo The CSSOM expects us to preserve unknown rules. We currently discard
+ * all of their content, so the higher levels never see them. */
+
#ifndef NDEBUG
#include <stdio.h>
extern void parserutils_stack_dump(parserutils_stack *stack, const char *prefix,