From: <je...@si...> - 2001-02-13 02:32:42
|
Hi Pascal, Thanks for your advice. > Subject: RE: [Dynapi-Dev] IS DynAPI II compliant with W3C DOM? > Date: Mon, 12 Feb 2001 14:10:08 +0100 > From: "Pascal" <pb...@oi...> > Reply-To: dyn...@li... > To: <dyn...@li...> > > first, you mean document.elementName gives an error, or > DynAPI.document.elementName gives an error? > anyway, the document is still the browser's document object, so if it gives > an error it's NS6 doing the problems. Yes, NS6 is the culprit here. But I would need my code to work on all versions of the browser. > A lot of NS6 support has been added recently, and you can feel free to > comment on what works/doesn't work in this version. According to http://sites.netscape.net/ekrockhome/standards.html , there are certain guidelines to follow in order to be W3C compliant. Looking through the code of dynlayer.js, for example, 'document.all' and 'document.layers[]' will not be recognized by NS6 and future browsers endorsing the open standards. i think it is essential to build DynaAPI 2 on the solid foundation of W3C DOM in order to be future proof. -- Regards, Jerry |