From ca3f6616f18019feec480af2e4d5898bad3969d0 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 21 Jan 2012 22:32:41 +0100 Subject: add inline-block to possible display: values --- src/cssparser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cssparser.cc') diff --git a/src/cssparser.cc b/src/cssparser.cc index 306aa58c..ca41781e 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -71,8 +71,8 @@ static const char *const Css_cursor_enum_vals[] = { }; static const char *const Css_display_enum_vals[] = { - "block", "inline", "list-item", "none", "table", "table-row-group", - "table-header-group", "table-footer-group", "table-row", + "block", "inline", "inline-block", "list-item", "none", "table", + "table-row-group", "table-header-group", "table-footer-group", "table-row", "table-cell", NULL }; -- cgit v1.2.3