Added XXX reminder for myself

This commit is contained in:
troy%netscape.com 1999-01-20 04:50:35 +00:00
parent c140b13e34
commit 4dd1d39c67
2 changed files with 2 additions and 0 deletions

View File

@ -574,6 +574,7 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
// calculating the computed width and height. For all elements other
// than absolutely positioned elements, the containing block is formed
// by the content edge
// XXX Correctly handle absolutely positioned elements...
nscoord containingBlockWidth = cbrs->computedWidth;
nscoord containingBlockHeight = cbrs->computedHeight;
//NS_ASSERTION(0 != containingBlockWidth, "containing block width of 0");

View File

@ -574,6 +574,7 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
// calculating the computed width and height. For all elements other
// than absolutely positioned elements, the containing block is formed
// by the content edge
// XXX Correctly handle absolutely positioned elements...
nscoord containingBlockWidth = cbrs->computedWidth;
nscoord containingBlockHeight = cbrs->computedHeight;
//NS_ASSERTION(0 != containingBlockWidth, "containing block width of 0");