2020-07-27 05:04:26 +01:00
|
|
|
interface HTMLTableElement : HTMLElement {
|
|
|
|
|
2020-11-12 04:16:41 +00:00
|
|
|
[Reflect] attribute DOMString align;
|
|
|
|
[Reflect] attribute DOMString border;
|
|
|
|
[Reflect] attribute DOMString frame;
|
|
|
|
[Reflect] attribute DOMString rules;
|
|
|
|
[Reflect] attribute DOMString summary;
|
|
|
|
[Reflect] attribute DOMString width;
|
2020-07-27 05:04:26 +01:00
|
|
|
|
2020-11-12 04:16:41 +00:00
|
|
|
[LegacyNullToEmptyString, Reflect=bgcolor] attribute DOMString bgColor;
|
|
|
|
[LegacyNullToEmptyString, Reflect=cellpadding] attribute DOMString cellPadding;
|
|
|
|
[LegacyNullToEmptyString, Reflect=cellspacing] attribute DOMString cellSpacing;
|
2020-07-27 05:04:26 +01:00
|
|
|
|
2020-12-09 21:26:42 +00:00
|
|
|
};
|