aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-30 15:25:22 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-30 15:25:22 +0100
commit827b17481f131da837c770ea006302f0283c662e (patch)
tree7c0ebecc35607a9887cb1797e7e4de825bf076d2 /src/css.cc
parentaeb0f3dd8ecb12ef43eabf5b8f89f6b71ccb3a4c (diff)
add comment
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css.cc b/src/css.cc
index d787a5d6..77cd12a3 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -281,6 +281,7 @@ void CssStyleSheet::apply (CssPropertyList *props,
ruleList[1] = elementTable[docTree->top ()->element];
ruleList[0] = anyTable;
+ // \todo apply rules in the correct order based on their specificity
for (int i = 0;; i++) {
int n = 0;