HTMLTableCellElement.idl 565 B

123456789101112131415161718
  1. interface HTMLTableCellElement : HTMLElement {
  2. [Reflect] attribute DOMString headers;
  3. [Reflect] attribute DOMString abbr;
  4. [Reflect] attribute DOMString align;
  5. [Reflect] attribute DOMString axis;
  6. [Reflect] attribute DOMString height;
  7. [Reflect] attribute DOMString width;
  8. [Reflect=char] attribute DOMString ch;
  9. [Reflect=charoff] attribute DOMString chOff;
  10. [Reflect=nowrap] attribute boolean noWrap;
  11. [Reflect=valign] attribute DOMString vAlign;
  12. [LegacyNullToEmptyString, Reflect=bgcolor] attribute DOMString bgColor;
  13. }