107
edits
(adding some ff-specific roles per aaron) |
(begone irrelevant roles) |
||
Line 16: | Line 16: | ||
</table> | </table> | ||
== Comparison Table == | |||
<table border="1"> | |||
<tr> | |||
<th> | |||
MSAA 1.3 Role (ROLE_SYSTEM_ *) | |||
</th> | |||
<th> | |||
Closest ATK Role(s) (ATK_ROLE_*) | |||
</th> | |||
<th> | |||
Closest UA Role (NSAccessibility*Role) | |||
</th> | |||
<th> | |||
Description | |||
</th> | |||
</tr> | |||
<tr> | |||
<td class="maybe"> | |||
ALERT | |||
</td> | |||
<td class="maybe"> | |||
ALERT | |||
</td> | |||
<td class="maybe"> | |||
[http://developer.apple.com/documentation/Accessibility/Conceptual/AccessibilityMacOSX/OSXAXRoleReference/chapter_7_section_3.html#//apple_ref/doc/uid/TP40001078-CH211-DontLinkElementID_9 Window] with SystemDialog subrole? | |||
</td> | |||
<td class="maybe"> | |||
An error, warning, or informational message | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="OK"> | |||
APPLICATION | |||
</td> | |||
<td class="OK"> | |||
APPLICATION | |||
</td> | |||
<td class="OK"> | |||
[http://developer.apple.com/documentation/Accessibility/Conceptual/AccessibilityMacOSX/OSXAXRoleReference/chapter_7_section_2.html#//apple_ref/doc/uid/TP40001078-CH211-DontLinkElementID_8 Application] | |||
</td> | |||
<td class="OK"> | |||
Toplevel accessible object of an application, which may contain frame objects or other accessible objects. | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="OK"> | |||
BUTTONMENU | |||
</td> | |||
<td class="OK"> | |||
add custom role | |||
</td> | |||
<td class="OK"> | |||
MenuButton | |||
</td> | |||
<td class="OK"> | |||
Button that drops down a menu | |||
</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
CELL | |||
</td> | |||
<td> | |||
TABLE_CELL | |||
</td> | |||
<td> | |||
</td> | |||
<td> | |||
Cell in a table | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="maybe"> | |||
CHART | |||
</td> | |||
<td class="maybe"> | |||
CHART (proposed) | |||
</td> | |||
<td class="maybe"> | |||
Image with a special DescriptionAttribute? | |||
</td> | |||
<td class="maybe"> | |||
Graphical depiction of quantitative data | |||
</td> | |||
</tr> | |||
<tr> | |||
<td class="OK"> | |||
CHECKBUTTON | |||
</td> | |||
<td class="OK"> | |||
CHECK_BOX, CHECK_MENU_ITEM, TOGGLE_BUTTON | |||
</td> | |||
<td class="OK"> | |||
[http://developer.apple.com/documentation/Accessibility/Conceptual/AccessibilityMacOSX/OSXAXRoleReference/chapter_7_section_10.html#//apple_ref/doc/uid/TP40001078-CH211-DontLinkElementID_15 CheckBox] | |||
</td> | |||
<td class="OK"> | |||
Choice that can be checked or unchecked. A checkbox and check menu item | |||
</table> | </table> | ||
edits