Dart API Referencedart:htmlTableCaptionElement

TableCaptionElement Interface

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.

Extends

Element

Constructors

Code new TableCaptionElement() #

TableCaptionElement();

Fields

Code String align #

Enumerated attribute indicating alignment of the caption with respect to the table.
String align;

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.