JavaScript DOM Features Your Browser Supports

It appears Win/IE6 doesn't like to think it implements anything but the HTML Module from DOM level 1. We all know that's not true, especially for the Core module... that's the heart of JavaScript and we know it implements that. Hopefully Win/IE7's implementation of the document.implementation.hasFeature() method will report more accurate.

Browser Information

JavaScript DOM Features