Coyote Browser / Reference

A fresh HTML5 browser engine for HBBTV and embedded systems

²
  • Home
  • FAQ
  • About

Reference Index > DOM HTML

HTMLTableElement

Interface Specification

WhatWG Logo from https://html.spec.whatwg.org/multipage/tables.html#htmltableelement
interface HTMLTableElement
{
[CEReactions] attribute HTMLTableCaptionElement? caption;
HTMLTableCaptionElement createCaption();
[CEReactions] void deleteCaption();
[CEReactions] attribute HTMLTableSectionElement? tHead;
HTMLTableSectionElement createTHead();
[CEReactions] void deleteTHead();
[CEReactions] attribute HTMLTableSectionElement? tFoot;
HTMLTableSectionElement createTFoot();
[CEReactions] void deleteTFoot();
[SameObject] readonly attribute HTMLCollection tBodies;
HTMLTableSectionElement createTBody();
[SameObject] readonly attribute HTMLCollection rows;
HTMLTableRowElement insertRow(optional long index = -1);
[CEReactions] void deleteRow(long index);
};
WhatWG Logo from https://html.spec.whatwg.org/multipage/obsolete.html#htmldirectoryelement
partial interface HTMLTableElement
{
[CEReactions] attribute DOMString align;
[CEReactions] attribute DOMString border;
[CEReactions] attribute DOMString frame;
[CEReactions] attribute DOMString rules;
[CEReactions] attribute DOMString summary;
[CEReactions] attribute DOMString width;
[CEReactions] attribute [TreatNullAs=EmptyString] DOMString bgColor;
[CEReactions] attribute [TreatNullAs=EmptyString] DOMString cellPadding;
[CEReactions] attribute [TreatNullAs=EmptyString] DOMString cellSpacing;
};
};

Implementation status

Number of constants in JS interface: none
Number of attributes in JS interface: 14/14
Number of functions in JS interface: 9/9

FunctionImplementation status
createCaptionDummy
deleteCaptionDummy
createTHeadDummy
deleteTHeadDummy
createTFootDummy
deleteTFootDummy
createTBodyDummy
insertRowDummy
deleteRowDummy

Browser & Device compatibility

Device typeSupport Status
Desktop PC browsersYes
HBBTV 1.5 devicesYes
HBBTV 2.0.x devicesYes

Notes

none

This page has been generated automatically from source code by the CoyoteBrowser InfoTool on Tue Jan 05 16:54:08 2021 . Some design elements from MDN are used under CC-BY-SA license from "Mozilla Contributors".