Latest web development tutorials

HTML DOM implementation Properties

Document Object Reference Document Object

Examples

Return processing of the document DOMImplementation objects:

document.implementation;

try it"

Definition and Usage

implementation property returns the handle of the document DOMImplementation object.


Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support implementation Properties


grammar

document.implementation

technical details

return value: implementation target document as a DocumentImplementation object.
DOM version Core Level 1 Document Object


Document Object Reference Document Object