Bug 1278737 - Add 'month' to the list of valid types attributes for <input>. r=smaug

This commit is contained in:
Jessica Jong
2016-06-29 23:16:00 +02:00
parent 968d99501a
commit 88770ff520
33 changed files with 264 additions and 119 deletions

View File

@@ -47,6 +47,7 @@ HTMLFormControlsCollection::ShouldBeInElements(nsIFormControl* aFormControl)
case NS_FORM_INPUT_TEXT :
case NS_FORM_INPUT_TEL :
case NS_FORM_INPUT_URL :
case NS_FORM_INPUT_MONTH :
case NS_FORM_INPUT_NUMBER :
case NS_FORM_INPUT_RANGE :
case NS_FORM_INPUT_DATE :