haXe API Documentation
Back
|
Index
extern
class
js.html.HeadingElement
extends
Element
Available in js
DOM heading elements expose the
HTMLHeadingElement
(or
HTML 4
HTMLHeadingElement
) interface. In
HTML 5
, this interface inherits from HTMLElement, but defines no additional members, though in
HTML 4
it introduces the deprecated
align
property.
Documentation for this class was provided by
MDN
.
var
align :
String
Enumerated attribute indicating alignment of the heading with respect to the surrounding context.
Back
|
Index