add comment for bug 76331 as requested by the reviewer
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user