English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

HTML DOM implementation Property

HTML DOM Document Object

implementationThe property returns the DOMImplementation object associated with the current document.

Syntax:

document.implementation
var x = document.implementation;
Test to see‹/›

Browser Compatibility

All browsers fully support the implementation properties:

Properties
implementationYesYesYesYesYes

Technical Details

Return Value:The implementation object of the document, as the DocumentImplementation object
DOM Version:DOM 2Level

HTML DOM Document Object