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

This commit is contained in:
Jessica Jong
2016-07-03 23:19:00 +02:00
parent 8b44b94da3
commit 1a6a96c66a
34 changed files with 280 additions and 120 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 :