Confirmed users
1,396
edits
| Line 521: | Line 521: | ||
|- | |- | ||
| summary | | summary | ||
| Returns the summary description of the table | | Returns the summary description of the table. The returned object could be an IAccessible or an IAccessible2. | ||
| | | ?? | ||
| | | | ||
| | | | ||
| Line 528: | Line 528: | ||
| isColumnSelected | | isColumnSelected | ||
| Returns a boolean value indicating whether the specified column is completely selected | | Returns a boolean value indicating whether the specified column is completely selected | ||
| | | nsIAccessibleTable:: isColumnSelected | ||
| | | | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | |||
|- | |- | ||
| isRowSelected | | isRowSelected | ||
| Returns a boolean value indicating whether the specified row is completely selected | | Returns a boolean value indicating whether the specified row is completely selected | ||
| | | nsIAccessibleTable:: isRowSelected | ||
| | | | ||
| | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| isSelected | | isSelected | ||
| Returns a boolean value indicating whether the specified cell is selected | | Returns a boolean value indicating whether the specified cell is selected | ||
| | | nsIAccessibleTable:: isCellSelected | ||
| | | | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | |||
|- | |- | ||
| selectRow | | selectRow | ||