<button> should be a containing block. Bug 180301, r=jkeiser, sr=dbaron

This commit is contained in:
bzbarsky@mit.edu
2002-11-19 03:39:44 +00:00
parent f0bf86d528
commit 508da80739
4 changed files with 20 additions and 0 deletions

View File

@@ -621,6 +621,14 @@ nsHTMLButtonControlFrame::Reflow(nsIPresContext* aPresContext,
return NS_OK;
}
NS_IMETHODIMP
nsHTMLButtonControlFrame::IsPercentageBase(PRBool& aBase) const
{
aBase = PR_TRUE;
return NS_OK;
}
PRIntn
nsHTMLButtonControlFrame::GetSkipSides() const
{