diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-10-29 16:45:20 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-10-29 16:45:20 +0100 |
commit | bd4686970e86a67c175d5781cc84038b917b3a34 (patch) | |
tree | 42de38cacb08f567b4b61b434f80c683c4b47bbb /src/css.cc | |
parent | b8df95008c6a2e36aaac09f761e4c64a3520ac45 (diff) |
comment
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ void CssPropertyList::apply (dw::core::style::StyleAttrs *styleAttrs) { get (i)->apply (styleAttrs); } +/** \todo dummy only */ bool CssSelector::match (Doctree *docTree) { return tagIndex < 0 || tagIndex == docTree->top ()->tagIndex; } |