English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
implementationThe property returns the DOMImplementation object associated with the current document.
document.implementation
var x = document.implementation;Test to see‹/›
All browsers fully support the implementation properties:
Properties | |||||
implementation | Yes | Yes | Yes | Yes | Yes |
Return Value: | The implementation object of the document, as the DocumentImplementation object |
---|---|
DOM Version: | DOM 2Level |