Bug 1310080 - Implement the step attribute for <input type=datetime-local>

This commit is contained in:
janekptacijarabaci 2018-03-30 20:33:02 +02:00 committed by Roy Tam
commit a1c4899124
8 changed files with 251 additions and 61 deletions

View file

@ -1061,11 +1061,7 @@ protected:
/**
* Returns if the step attribute apply for the current type.
*/
bool DoesStepApply() const
{
// TODO: this is temporary until bug 888331 is fixed.
return DoesMinMaxApply() && mType != NS_FORM_INPUT_DATETIME_LOCAL;
}
bool DoesStepApply() const { return DoesMinMaxApply(); }
/**
* Returns if stepDown and stepUp methods apply for the current type.