haXe API Documentation
Back | Index
extern class js.html.LegendElement
extends Element
Available in js
DOM Legend objects inherit all of the properties and methods of DOM HTMLElement, and also expose the HTMLLegendElement HTML5 (or HTMLLegendElement HTML 4) interface.

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

Alignment relative to the form set.

Obsolete in HTML5,

Deprecated

in HTML 4.01

var form(default,null) : FormElement
The form that this legend belongs to. If the legend has a fieldset element as its parent, then this attribute returns the same value as the form attribute on the parent fieldset element. Otherwise, it returns null.
Back | Index