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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user