Confirmed users
1,396
edits
| Line 100: | Line 100: | ||
It was mentioned above tables in MSAA/IA2 are exposed as lists. Since table cells can contain anything then we can't expose just name and description on table accessible and we should expose accessible for table, table rows and table cells. Therefore we will broke synchronization of <code>IAccessibleTable</code> interface methods with <code>getIndexInParent</code> method like we have for the case of static HTML table in ATK. | It was mentioned above tables in MSAA/IA2 are exposed as lists. Since table cells can contain anything then we can't expose just name and description on table accessible and we should expose accessible for table, table rows and table cells. Therefore we will broke synchronization of <code>IAccessibleTable</code> interface methods with <code>getIndexInParent</code> method like we have for the case of static HTML table in ATK. | ||
Currently XUL tree is exposed like outline. We don't expose all cells but primary one only. Therefore we lost the some information (for example bug 360510). | |||