diff options
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r-- | src/cssparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc index d0daf566..4eb20b74 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -59,7 +59,7 @@ static const char *const Css_cursor_enum_vals[] = { }; static const char *const Css_display_enum_vals[DISPLAY_LAST + 1] = { - "block", "inline", "list-item", "table", "table-row-group", + "block", "inline", "list-item", "none", "table", "table-row-group", "table-header-group", "table-footer-group", "table-row", "table-cell", NULL }; |