Mercurial > dillo_port1.3
changeset 550:cbfb682d0ce4
wording
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Mon, 10 Nov 2008 21:37:44 +0100 |
parents | d2939d1dc2be |
children | fa569587a619 |
files | src/table.cc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/table.cc Mon Nov 10 21:21:11 2008 +0100 +++ b/src/table.cc Mon Nov 10 21:37:44 2008 +0100 @@ -84,7 +84,7 @@ props.set (CssProperty::CSS_PROPERTY_TEXT_ALIGN, TEXT_ALIGN_CENTER); } - /** \todo figure out how to implement shaded colors with CSS */ + /** \todo figure out how to handle shaded colors with CSS */ props.set (CssProperty::CSS_PROPERTY_BORDER_COLOR, 0x000000); if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "bgcolor"))) { @@ -107,7 +107,7 @@ table_cell_props->set (CssProperty::CSS_PROPERTY_BORDER_WIDTH, 1); if (cellpadding != -1) table_cell_props->set (CssProperty::CSS_PROPERTY_PADDING, cellpadding); - /** \todo figure out how to implement shaded colors with CSS */ + /** \todo figure out how to handle shaded colors with CSS */ table_cell_props->set (CssProperty::CSS_PROPERTY_BORDER_COLOR, 0x000000); if (S_TOP(html)->table_cell_props)