You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider invoking stepDown for <input type=time max=17:00 step=900>. Blink sets the value to 00:00 while Gecko computes 23:45.
According to stepDown, we subtract 15 minutes from zero obtaining a negative value. The element has no minimum and -00:15 is less than 17:00. In step 11 we then determine the new element value as
a valid time string that represents the time that is input milliseconds after midnight on a day with no time changes