add comment for bug 76331 as requested by the reviewer

This commit is contained in:
Bernd
2008-09-27 13:25:28 +02:00
parent 2925b6cf49
commit bebac07230

View File

@@ -664,6 +664,7 @@ nsTableCellFrame::CellHasVisibleContent(nscoord height,
nsTableFrame* tableFrame,
nsIFrame* kidFrame)
{
// see http://www.w3.org/TR/CSS21/tables.html#empty-cells
if (height > 0)
return PR_TRUE;
if (tableFrame->IsBorderCollapse())