version property
Sets or retrieves the Document Type Definition (DTD) version that governs the current document.
Syntax
HRESULT value = object.put_version( v);HRESULT value = object.get_version(* p);
Property values
Type: BSTR
the DTD version for the document.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 7.3 (Deprecated)
Remarks
There is no functionality implemented for this property unless defined by the author.
IHTMLHtmlElement::version was introduced in Microsoft Internet Explorer 6
The IHTMLHtmlElement::version property is deprecated in HTML 4.0 because it is redundant with version information provided in the document type declaration.
Show: