Haxe API Documentation
Back | Index
extern class js.html.TableCaptionElement
extends Element
Available in js
DOM table caption elements expose the HTMLTableCaptionElement (or HTML 4 HTMLTableCaptionElement) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating definition list elements. In HTML 5, this interface inherits from HTMLElement, but defines no additional members.

Documentation for this class was provided by MDN.
var align : String
Enumerated attribute indicating alignment of the caption with respect to the table.
Back | Index