diff options
author | corvid <corvid@dillo.org> | 2013-09-07 16:03:38 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2013-09-07 16:03:38 +0000 |
commit | ab234d68adb745275cca8a91e99ca1d9f9ce1c6c (patch) | |
tree | 59c03c869601a5d5fda3a8f3f46123760e732336 /src/css.hh | |
parent | 314e08e0a07ce4b6fe88b2e9fd2b94e118622799 (diff) |
the WBR element itself
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |