support nsTableOuterFrame incremental reflow

This commit is contained in:
buster@netscape.com
1998-10-09 19:59:45 +00:00
parent 118164b8c8
commit 9bfada9c54
18 changed files with 578 additions and 226 deletions

View File

@@ -1322,6 +1322,12 @@ HTMLStyleSheetImpl::ConstructFrameByDisplayType(nsIPresContext* aPresContext,
processChildren = PR_TRUE;
break;
case NS_STYLE_DISPLAY_TABLE_CAPTION:
// XXX We should check for being inside of a table row frame...
rv = NS_NewBodyFrame(aContent, aParentFrame, aNewFrame, NS_BODY_NO_AUTO_MARGINS);
processChildren = PR_TRUE;
break;
default:
// Don't create any frame for content that's not displayed...
break;