[whatwg] type="datetime" demo

Jim Ley jim.ley at gmail.com
Fri Jul 16 17:42:50 PDT 2004


On Thu, 15 Jul 2004 16:28:40 +0000 (UTC), Ian Hickson <ian at hixie.ch> wrote:
> On Thu, 15 Jul 2004, Jim Ley wrote:
> > which is the first thing you use without testing.  Please read the clj
> > faq resource quoted in the other post for a workable approach.
> 
> I've changed the script to check this and a few other things before going
> on and doing its work.

Another quick look on the code:

if (!document ...

Will still error if document doesn't exist.  use typeof on a naked property.

I don't personally agree that document.X implies anyelement.X and you
also need to check parentNode is an object before calling removeChild

You don't check for support of Number.toFixed

You don't check for native support of a datetime control.

Jim.



More information about the whatwg mailing list