gecko-dev/dom/html/input
Jessica Jong fdb38c21da Bug 1372369 - Part 2: Set validity state to 'bad input' when the entered date value is invalid. r=smaug
If all fields in date/time input box are available but the input element's
value is empty, implies that it has been sanitized. In this case, we'll set the
'bad input' validity state. If any of the fields is cleared, we'll remove the
'bad input' validity state, as incomplete field does not imply 'bad input'.

MozReview-Commit-ID: 4EBpH5CWqXM
2017-06-19 01:13:00 -04:00
..
ButtonInputTypes.h
CheckableInputTypes.cpp Bug 1345767 - Part 3: Factor IsValueMissing() out of HTMLInputElement. r=smaug 2017-05-04 14:47:08 +08:00
CheckableInputTypes.h Bug 1345767 - Part 3: Factor IsValueMissing() out of HTMLInputElement. r=smaug 2017-05-04 14:47:08 +08:00
ColorInputType.h
DateTimeInputTypes.cpp Bug 1372369 - Part 2: Set validity state to 'bad input' when the entered date value is invalid. r=smaug 2017-06-19 01:13:00 -04:00
DateTimeInputTypes.h Bug 1372369 - Part 2: Set validity state to 'bad input' when the entered date value is invalid. r=smaug 2017-06-19 01:13:00 -04:00
FileInputType.cpp Bug 1345767 - Part 3: Factor IsValueMissing() out of HTMLInputElement. r=smaug 2017-05-04 14:47:08 +08:00
FileInputType.h Bug 1345767 - Part 3: Factor IsValueMissing() out of HTMLInputElement. r=smaug 2017-05-04 14:47:08 +08:00
HiddenInputType.h
InputType.cpp Bug 1363258 - Part 2: Factor ConvertNumberToString out of HTMLInputElement. r=smaug 2017-05-10 17:03:46 +08:00
InputType.h Bug 1363258 - Part 2: Factor ConvertNumberToString out of HTMLInputElement. r=smaug 2017-05-10 17:03:46 +08:00
moz.build Bug 1345767 - Part 7: Factor HasBadInput() out of HTMLInputElement. r=smaug 2017-05-04 15:43:21 +08:00
NumericInputTypes.cpp Bug 1363258 - Part 2: Factor ConvertNumberToString out of HTMLInputElement. r=smaug 2017-05-10 17:03:46 +08:00
NumericInputTypes.h Bug 1363258 - Part 2: Factor ConvertNumberToString out of HTMLInputElement. r=smaug 2017-05-10 17:03:46 +08:00
SingleLineTextInputTypes.cpp Bug 1345767 - Part 7: Factor HasBadInput() out of HTMLInputElement. r=smaug 2017-05-04 15:43:21 +08:00
SingleLineTextInputTypes.h Bug 1345767 - Part 7: Factor HasBadInput() out of HTMLInputElement. r=smaug 2017-05-04 15:43:21 +08:00