summaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css.hh b/src/css.hh
index 4ad75f73..6b142827 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -451,10 +451,10 @@ class CssStyleSheet {
<lout::object::ConstString, RuleList > (true, true, 256) {};
};
- static const int ntags = 90 + 9; // \todo don't hardcode
+ static const int ntags = 90 + 10; // \todo don't hardcode
/* 90 is the full number of html4 elements, including those which we have
* implemented. From html 5, let's add: article, header, footer, mark,
- * nav, section, aside, figure, figcaption.
+ * nav, section, aside, figure, figcaption, wbr.
*/
RuleList elementTable[ntags], anyTable;