Easy Tutorial
❮ Prop Title Text Prop Link Charset ❯

HTML DOM implementation Property

Document Object

Example

Return the DOMImplementation object that handles this document:


Definition and Usage

The implementation property returns the DOMImplementation object that handles this document.


Browser Support

All major browsers support the implementation property.


Syntax

Technical Details

Return Value: The implementation object of the document, as a DocumentImplementation object.
DOM Version Core Level 1 Document Object
--- ---
❮ Prop Title Text Prop Link Charset ❯