Confirmed users
1,396
edits
| Line 410: | Line 410: | ||
| nsIAccessibleTable:: cellRefAt() | | nsIAccessibleTable:: cellRefAt() | ||
| | | | ||
| | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| caption | | caption | ||
| Line 416: | Line 416: | ||
| nsIAccessibleTable:: caption | | nsIAccessibleTable:: caption | ||
| | | | ||
| | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| childIndex | | childIndex | ||
| Translates the given row and column indices into the corresponding child index | | Translates the given row and column indices into the corresponding child index | ||
| | | nsIAccessibleTable:: getIndexAt() | ||
| | | | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | |||
|- | |- | ||
| columnDescription | | columnDescription | ||
| Line 428: | Line 428: | ||
| nsIAccessibleTable:: getColumnDescription() | | nsIAccessibleTable:: getColumnDescription() | ||
| | | | ||
| | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| columnExtentAt | | columnExtentAt | ||
| Line 434: | Line 434: | ||
| nsIAccessibleTable:: getColumnExtentAt() | | nsIAccessibleTable:: getColumnExtentAt() | ||
| | | | ||
| | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| columnHeader | | columnHeader | ||
| Returns the column headers as an IAccessibleTable object | | Returns the column headers as an IAccessibleTable object | ||
| nsIAccessibleTable:: columnHeader | |||
| | | | ||
| | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| columnIndex | | columnIndex | ||
| Line 446: | Line 446: | ||
| nsIAccessibleTable:: getColumnAtIndex | | nsIAccessibleTable:: getColumnAtIndex | ||
| | | | ||
| | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| nColumns | | nColumns | ||
| Line 452: | Line 452: | ||
| nsIAccessibleTable:: columns | | nsIAccessibleTable:: columns | ||
| | | | ||
| | | [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | ||
|- | |- | ||
| nRows | | nRows | ||
| Returns the total number of rows in table | | Returns the total number of rows in table | ||
| nsIAccessibleTable:: rows | | nsIAccessibleTable:: rows | ||
| | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=379585 379585] | |||
|- | |||
| nSelectedChildren | |||
| Returns the total number of selected children | |||
| ?? | |||
| | | | ||
| | | | ||