53259 - min-width and max-width not supported on form control

59035 - type of a BUTTON should default to submit when type isn't specified
r=kmcclusk sr=buster
This commit is contained in:
rods@netscape.com
2000-12-20 15:12:06 +00:00
parent b3c3848ce2
commit 12f8d1f2c1
4 changed files with 114 additions and 14 deletions

View File

@@ -146,7 +146,7 @@ public:
protected:
virtual PRBool IsReset(PRInt32 type);
virtual PRBool IsSubmit(PRInt32 type);
virtual PRBool IsSubmit(nsIPresContext* aPresContext, PRInt32 type);
NS_IMETHOD AddComputedBorderPaddingToDesiredSize(nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aSuggestedReflowState);
NS_IMETHOD_(nsrefcnt) AddRef(void);