[whatwg] Type Date

Schalk Neethling schalk at ossreleasefeed.com
Fri May 7 11:26:49 PDT 2010


On Thu, May 6, 2010 at 2:19 PM, Schalk Neethling <schalk at ossreleasefeed.com> wrote:
> Greetings,
>
> Are there any talks at the moment whether the type=date input will allow a user to enter a date manually or use the date picker or, should developers fall back to using a standard input field and add the date picker via JavaScript?

"The purpose of <input type=date> is to allow the browser to supply the user with a datepicker.  Opera, for example, already does this.

If you would like to show a datepicker to users of all browsers, use feature detection (such as through the Modernizr script) to detect whether or not the browser support date inputs, and if not, supply the js version."

Hey TJ, I understand what type=date is supposed to offer the user and agree that using Modernizr to detect whether the element is supported and provide a fallback but my more direct question is, would HTML 5 offer the ability to allow a user to use either the date picker or enter the date manually if the type=date attribute is specified. Something like for example <input type=date editable=true />

Thanks,
Schalk




More information about the whatwg mailing list