2.2.2.34 HTMLTableSectionElement

Quirks Mode, IE7 Mode, IE8 Mode, IE9 Mode, IE10 Mode, and IE11 Mode (All Versions)

The HTMLTableSectionElement interface designates rows as the body of the table.

The HTMLTableSectionElement interface has been extended with the following attribute:

The HTMLTableSectionElement interface has been extended with the following method:

The HTMLTableSectionElement is exposed for all tables, even if the table does not explicitly define a tBody element.

The tBody element is a block element.

 //Introduced in Internet Explorer.
 interface HTMLTableSectionElement : HTMLElement {
             attribute DOMString       bgColor;
     Node              moveRow(in long iSource, in long iTarget);
 };