- From: Dean Edwards <dean@edwards.name>
- Date: Fri, 11 Jun 2004 15:42:25 +0100
would it be useful to extend the "precision" attribute to cover dates/times? this might eliminate the need for some of the extra input types. <!-- same as "expdate" --> <input type="date" name="expiry" precision="month"/> <!-- same as "week" --> <input type="date" name="schedule" precision="week"/> <!-- same as "datetime" --> <input type="date" name="countdown" precision="second"/> <!-- "day" is the default for "date" --> <input type="date" name="birthday"/> i think we would still need a "time" type to avoid prompting the user for an unnecessary date. <!-- time examples --> <input type="time" name="alarm" precision="second"/> <input type="time" name="arrive" precision="minute"/> <input type="time" name="doors-open" precision="hour"/> i'm pretty sure it's too late for such a change. but i thought i'd mention it. -dean
Received on Friday, 11 June 2004 07:42:25 UTC