From c1bd221b58c88cc58715d9ab3d9af493a5b39cb5 Mon Sep 17 00:00:00 2001 From: corvid Date: Mon, 17 Oct 2011 21:19:45 +0000 Subject: don't reset table cells to white-space: normal when no nowrap attribute the value of the property is inherited, and might not be 'normal' --- src/table.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/table.cc b/src/table.cc index d48a0c45..f89e781b 100644 --- a/src/table.cc +++ b/src/table.cc @@ -347,9 +347,6 @@ static void Html_tag_open_table_cell(DilloHtml *html, if (a_Html_get_attr(html, tag, tagsize, "nowrap")) html->styleEngine->setNonCssHint(CSS_PROPERTY_WHITE_SPACE, CSS_TYPE_ENUM, WHITE_SPACE_NOWRAP); - else - html->styleEngine->setNonCssHint(CSS_PROPERTY_WHITE_SPACE, - CSS_TYPE_ENUM, WHITE_SPACE_NORMAL); a_Html_tag_set_align_attr (html, tag, tagsize); -- cgit v1.2.3