17
edits
| Line 35: | Line 35: | ||
* getRowExtentAt(r,c) and getColumnExtentAt(r,c) return the appropriate extents for all row and column offsets falling in the same cell. | * getRowExtentAt(r,c) and getColumnExtentAt(r,c) return the appropriate extents for all row and column offsets falling in the same cell. | ||
* For cells with extents: | * For cells with extents: | ||
** getAccessibleAt(r,c) returns the same accessible object (a1 == b1) for all row and column offsets falling in the same cell. | |||
** getIndexAt(r, c) returns the same index for all row and column offsets falling in the same cell. | |||
** getRowAtIndex(i), getColumnAtIndex(i) return the upper left most offset applicable to the spanning cell. | |||
* Events do not apply to a static HTML table. | * Events do not apply to a static HTML table. | ||
edits