DOM Object: DOMImplementation
|
Properties/Methods |
Functional Description |
Data |
Test Case |
|---|---|---|---|
| hasFeature(features,version) | Test if the DOM implementation implements a specific feature | "HTML","1.0" | cimp001.html |
| Ditto | "XML","1.0" | cimp002.html | |
| Ditto | "HTML","2.0" | cimp003.html | |
| Ditto | "XML","2.0" | cimp004.html |