diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-12-08 22:35:56 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-12-08 22:35:56 +0100 |
commit | 93b210434c8511f6fa58bb23f1188c65810870b8 (patch) | |
tree | 16d5e96e27d1e671b1a50baef0c66a7ed4967931 /src | |
parent | 8c95d423cee2fc3a1666f938c8b7bbcbd0355cbc (diff) |
add DISPLAY_NONE
Diffstat (limited to 'src')
-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 }; |