|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLTableCellElement.idl";
Public Attributes | |
| readonly attribute long | cellIndex |
| attribute DOMString | align |
| attribute DOMString | axis |
| attribute DOMString | bgColor |
| attribute DOMString | ch |
| attribute DOMString | chOff |
| attribute unsigned long | colSpan |
| attribute unsigned long | rowSpan |
| attribute DOMString | headers |
| attribute DOMString | height |
| attribute boolean | noWrap |
| attribute DOMString | vAlign |
| attribute DOMString | width |
| attribute DOMString | abbr |
| attribute DOMString | scope |
Public Attributes inherited from HTMLElement | |
| attribute DOMString | title |
| attribute DOMString | lang |
| attribute boolean | translate |
| attribute DOMString | dir |
| attribute long | tabIndex |
| attribute boolean | draggable |
| attribute DOMString | webkitdropzone |
| attribute boolean | hidden |
| attribute DOMString | accessKey |
| attribute DOMString | innerText |
| attribute DOMString | outerText |
| attribute DOMString | contentEditable |
| readonly attribute boolean | isContentEditable |
| attribute boolean | spellcheck |
| attribute boolean | autocorrect |
| attribute DOMString | autocapitalize |
| readonly attribute DOMStringMap | dataset |
Additional Inherited Members | |
Public Member Functions inherited from HTMLElement | |
| void | click () |
| void | focus () |
| void | blur () |
| attribute DOMString HTMLTableCellElement::abbr |
| attribute DOMString HTMLTableCellElement::align |
| attribute DOMString HTMLTableCellElement::axis |
| attribute DOMString HTMLTableCellElement::bgColor |
| attribute DOMString HTMLTableCellElement::ch |
| attribute DOMString HTMLTableCellElement::chOff |
| attribute unsigned long HTMLTableCellElement::colSpan |
| attribute DOMString HTMLTableCellElement::headers |
| attribute DOMString HTMLTableCellElement::height |
| attribute unsigned long HTMLTableCellElement::rowSpan |
| attribute DOMString HTMLTableCellElement::scope |
| attribute DOMString HTMLTableCellElement::vAlign |
| attribute DOMString HTMLTableCellElement::width |
1.8.13