[Bug 7688] 'input type=time' forbids legitimate use case

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7688





--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch>  2009-09-29 22:40:32 ---
The spec currently says:

"The max attribute's value (the maximum) must not be less than the min
attribute's value (its minimum).

If an element has a maximum that is less than its minimum, then so long as the
element has a value, it will either be suffering from an underflow or suffering
from an overflow."

...so validators will flag this as an error for now, which should help with
your concern.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 29 September 2009 22:40:41 UTC