December 24, 2000 - Version Reporting
December 24, 2000 Version Reporting Tips: December 2000
Yehuda Shiran, Ph.D.
|
"1.0"
, "2.0"
, and "3.0"
. Here is the syntax of this utility:
document.implementation.hasFeature(application name, version number);
For example:
document.implementation.hasFeature("DOM", "1.0");
and:
document.implementation.hasFeature("XML", "2.0");
Let's check the current browser you are running on: "DOM" 1.0? "HTML" 1.0? "XML" 1.0? "HTML 3.0?. As you can see, it turns out that Netscape 6 does not report as supporting DOM 1.0 and HTML 3.0.