Dart API Referencedart:htmlLegendElement

LegendElement Interface

DOM Legend objects inherit all of the properties and methods of DOM HTMLElement, and also expose the HTMLLegendElement HTML5 (or HTMLLegendElement HTML 4) interface.

Extends

Element

Constructors

Code new LegendElement() #

LegendElement();

Fields

Code String align #

Alignment relative to the form set. Obsolete in HTML5, Deprecated in HTML 4.01
String align;

Code final FormElement form #

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.
final FormElement form;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.