diff options
Diffstat (limited to 'xml/Accessible.xml')
-rw-r--r-- | xml/Accessible.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/Accessible.xml b/xml/Accessible.xml index 7a5c7c2c..5619930e 100644 --- a/xml/Accessible.xml +++ b/xml/Accessible.xml @@ -67,7 +67,7 @@ <property name="Locale" type="s" access="read"/> <!-- - AccessibleId: application-spcific identifier for the current object. + AccessibleId: application-specific identifier for the current object. You can use this to give a special id to an object to use in tests, for example, "my_widget". Note that there is no way to directly find an object by its id; your @@ -293,7 +293,7 @@ 12 - ATSPI_ROLE_DATE_EDITOR: An object which allows entry of a date. - 13 - ATSPI_ROLE_DESKTOP_ICON: An inconifed internal frame within a DESKTOP_PANE. + 13 - ATSPI_ROLE_DESKTOP_ICON: An inconified internal frame within a DESKTOP_PANE. 14 - ATSPI_ROLE_DESKTOP_FRAME: A pane that supports internal frames and iconified versions of those internal frames. @@ -419,7 +419,7 @@ 54 - ATSPI_ROLE_STATUS_BAR: Object displays non-quantitative status information (c.f. ATSPI_ROLE_PROGRESS_BAR) - 55 - ATSPI_ROLE_TABLE: An object used to repesent information in terms of rows + 55 - ATSPI_ROLE_TABLE: An object used to represent information in terms of rows and columns. 56 - ATSPI_ROLE_TABLE_CELL: A 'cell' or discrete child within a Table. Note: |