Haxe API Documentation
Back | Index
extern class js.html.HeadElement
extends Element
Available in js
The DOM head element exposes the HTMLHeadElement (or HTML 4  HTMLHeadElement) interface, which contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described in the element section. In HTML5, this interface inherits from HTMLElement, but defines no additional members.

Documentation for this class was provided by MDN.
var profile : String

The URIs of one or more metadata profiles (white space separated).

Deprecated since Gecko 2.0

Obsolete since Gecko 7.0

Back | Index