Bug 1310076 - Add 'datetime-local' to the list of valid types attributes for <input>. r=smaug

This commit is contained in:
Jessica Jong
2016-10-24 03:35:00 +02:00
parent 410b22be08
commit 7ef7e911f2
24 changed files with 106 additions and 194 deletions

View File

@@ -53,6 +53,7 @@ HTMLFormControlsCollection::ShouldBeInElements(nsIFormControl* aFormControl)
case NS_FORM_INPUT_TIME :
case NS_FORM_INPUT_MONTH :
case NS_FORM_INPUT_WEEK :
case NS_FORM_INPUT_DATETIME_LOCAL :
case NS_FORM_SELECT :
case NS_FORM_TEXTAREA :
case NS_FORM_FIELDSET :