I CC'd the Dynapi.dev list on this too.
Thanks for letting me know this. On one hand it's good, easier detection, on the other hand we can't rely on the document.compactMode test to single out IE6 anymore, and will have to add is.ie6&&document.compactMode, but I guess that's fine, now we know this. Thanks. Richard. ----- Original Message ----- From: "Stephan Tolksdorf" <[EMAIL PROTECTED]> > Hi Richard, > > just wanted to let you know... > > -- > From: Fabian Guisset <[EMAIL PROTECTED]> > Newsgroups: netscape.public.mozilla.dom > Subject: document.compatMode implemented in Mozilla nightly builds > Date: Sat, 10 Nov 2001 09:49:36 +0100 > > Hi everyone, > > following Stephan Tolksdorf's post in this newsgroup about doctypes in > Mozilla, I had filed bug 105640 to implement document.compatMode, the > same property as MSIE's to determine whether we are in Strict mode, or > Quirks mode. It has been fixed today, meaning it will not be in 0.9.6 > but will be in nightlies from now on till we rewrite everything ;-) > > Syntax: document.compatMode > Return Values: > String: "CSS1Compat" for Strict mode > "BackCompat" for Quirks mode. > We argued for a while whether we should return different values for > Mozilla, but in the end we settled for the same values, since web > developers can distinguish the two browsers using other ways already. > > Have a nice day, > > -Fabian. > > _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/