Forum Moderators: open
I'm trying to discover to what extent Netscape 6 and Explorer 5.5 support the World Wide Web Consortium's Document Object Model. I downloaded the DOM 2 Core, the DOM 3 Core, and the DOM 3 events. I must admit, these are good references, but can anyone recommend other reference / tutorials / example sites (specifically showing the extent to which these browsers support the DOM).
Thanks, Neil
[web-building.com...]
Cheers, NEIL
Browser Feature Detection on developer.netscape.com [developer.netscape.com]
Load the URL in each of your test browsers.
Pretty handy reference, (does not test whether the implementation of the method or property is correct, only tests whether the method or property is defined)
Any comments on this?
Called the JavaScript and Browser Objects Quick Reference Guide, it has the W3C DOM's, Netscape 4.x DOM and even the IE3 DOM. A very nice reference poster.
The URL is: http://www.dannyg.com/javascript/quickref/index.html [dannyg.com]
Hope this helps...
Opera does not support W3C DOM Core apart from the methods mentioned above. Documentation on W3C DOM/HTML support is forthcoming.
Taken from:
Opera's specifications [opera.com]
---
As far as the conformance tests go, I think they're sniffing for Gecko and IE5 and only allowing those browsers to run:
As time and resources permit, these tests will be updated to provide better ability to test browsers other than Gecko and Internet Explorer.
Peter Paul Koch's W3C DOM Compatibility Table [xs4all.nl]
Mozilla.org's DOM support in Mozilla [mozilla.org] and The DOM in Mozilla [mozilla.org].