From 8c1f63b7c4f53e4f4e00600120f1125564c83eeb Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 5 Sep 2013 21:04:20 +0000 Subject: html5 MARK element --- src/css.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/css.hh') diff --git a/src/css.hh b/src/css.hh index c29912b3..4ad75f73 100644 --- a/src/css.hh +++ b/src/css.hh @@ -451,10 +451,10 @@ class CssStyleSheet { (true, true, 256) {}; }; - static const int ntags = 90 + 8; // \todo don't hardcode + static const int ntags = 90 + 9; // \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, nav, - * section, aside, figure, figcaption. + * implemented. From html 5, let's add: article, header, footer, mark, + * nav, section, aside, figure, figcaption. */ RuleList elementTable[ntags], anyTable; -- cgit v1.2.3