diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 15:25:22 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 15:25:22 +0100 |
commit | 827b17481f131da837c770ea006302f0283c662e (patch) | |
tree | 7c0ebecc35607a9887cb1797e7e4de825bf076d2 | |
parent | aeb0f3dd8ecb12ef43eabf5b8f89f6b71ccb3a4c (diff) |
add comment
-rw-r--r-- | src/css.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |