Confirmed users
1,396
edits
| Line 953: | Line 953: | ||
{| summary="Proposed mapping IA2 Events to Gecko Events" width="90%" border="1" cellspacing="1" cellpadding="1" | {| summary="Proposed mapping IA2 Events to Gecko Events" width="90%" border="1" cellspacing="1" cellpadding="1" | ||
! IA2 Event | ! IA2 Event ('IA2_EVENT_' prefix is omitted) | ||
! Description | ! Description | ||
! Gecko Event | ! Gecko Event ('EVENT_' prefix is omitted) | ||
! Is supported | ! Is supported | ||
|- | |- | ||
| | | ACTION_CHANGED | ||
| The change of the number or attributes of actions of an accessible object is signaled by events of this type. | | The change of the number or attributes of actions of an accessible object is signaled by events of this type. | ||
| | | ACTION_CHANGE | ||
| No | | No | ||
|- | |- | ||
| | | ACTIVE_DECENDENT_CHANGED | ||
| The active descendant of a component has changed. The active descendant is used in objects with transient children | | The active descendant of a component has changed. The active descendant is used in objects with transient children | ||
| | | ACTIVE_DECENDENT_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | DOCUMENT_ATTRIBUTE_CHANGED | ||
| The document wide attributes of the document object have changed. | | The document wide attributes of the document object have changed. | ||
| | | DOCUMENT_ATTRIBUTES_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | DOCUMENT_LOAD_COMPLETE | ||
| The loading of the document has completed. | | The loading of the document has completed. | ||
| | | DOCUMENT_LOAD_COMPLETE | ||
| Yes | | Yes | ||
|- | |- | ||
| | | DOCUMENT_LOAD_STOPPED | ||
| The loading of the document was interrupted. | | The loading of the document was interrupted. | ||
| | | DOCUMENT_LOAD_STOPPED | ||
| Yes | | Yes | ||
|- | |- | ||
| | | DOCUMENT_RELOAD | ||
| The document contents are being reloaded. | | The document contents are being reloaded. | ||
| | | DOCUMENT_RELOAD | ||
| Yes | | Yes | ||
|- | |- | ||
| | | HYPERLINK_END_INDEX_CHANGED | ||
| The ending index of this link within the containing string has changed. | | The ending index of this link within the containing string has changed. | ||
| | | HYPERLINK_END_INDEX_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | HYPERLINK_NUMBER_OF_ANCHORS_CHANGED | ||
| The number of anchors assoicated with this hyperlink object has changed. | | The number of anchors assoicated with this hyperlink object has changed. | ||
| | | HYPERLINK_NUMBER_OF_ANCHORS_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | HYPERLINK_SELECTED_LINK_CHANGED | ||
| The hyperlink selected state changed from selected to unselected or from unselected to selected. | | The hyperlink selected state changed from selected to unselected or from unselected to selected. | ||
| | | HYPERLINK_SELECTED_LINK_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | HYPERTEXT_LINK_ACTIVATED | ||
| One of the links associated with the hypertext object has been activated. | | One of the links associated with the hypertext object has been activated. | ||
| | | HYPERTEXT_LINK_ACTIVATED | ||
| No | | No | ||
|- | |- | ||
| | | HYPERTEXT_LINK_SELECTED | ||
| One of the links associated with the hypertext object has been selected. | | One of the links associated with the hypertext object has been selected. | ||
| | | HYPERTEXT_LINK_SELECTED | ||
| Yes | | Yes | ||
|- | |- | ||
| | | HYPERLINK_START_INDEX_CHANGED | ||
| The starting index of this link within the containing string has changed. | | The starting index of this link within the containing string has changed. | ||
| | | HYPERLINK_START_INDEX_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | HYPERTEXT_CHANGED | ||
| Focus has changed from one hypertext object to another, or focus moved from a non-hypertext object to a hypertext object, or focus moved from a hypertext object to a non-hypertext object. | | Focus has changed from one hypertext object to another, or focus moved from a non-hypertext object to a hypertext object, or focus moved from a hypertext object to a non-hypertext object. | ||
| | | HYPERTEXT_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | HYPERTEXT_NLINKS_CHANGED | ||
| The number of hyperlinks associated with a hypertext object changed. | | The number of hyperlinks associated with a hypertext object changed. | ||
| | | HYPERTEXT_NLINKS_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | OBJECT_ATTRIBUTE_CHANGED | ||
| An object's attributes changed. | | An object's attributes changed. | ||
| | | OBJECT_ATTRIBUTE_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | PAGE_CHANGED | ||
| A slide changed in a presentation document or a page boundary was crossed in a word processing document. | | A slide changed in a presentation document or a page boundary was crossed in a word processing document. | ||
| | | PAGE_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | ROLE_CHANGED | ||
| An object's role changed. | | An object's role changed. | ||
| | | ROLE_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | TABLE_CAPTION_CHANGED | ||
| A table caption changed. | | A table caption changed. | ||
| | | TABLE_CAPTION_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | TABLE_COLUMN_DESCRIPTION_CHANGED | ||
| A table's column description changed. | | A table's column description changed. | ||
| | | TABLE_COLUMN_DESCRIPTION_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | TABLE_COLUMN_DESCRIPTION_CHANGED | ||
| A table's column description changed. | | A table's column description changed. | ||
| | | TABLE_COLUMN_DESCRIPTION_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | TABLE_COLUMN_HEADER_CHANGED | ||
| A table's column header changed. | | A table's column header changed. | ||
| | | TABLE_COLUMN_HEADER_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | TABLE_MODEL_CHANGED | ||
| A table's data changed. | | A table's data changed. | ||
| | | TABLE_MODEL_CHANGED | ||
| Yes | | Yes | ||
|- | |- | ||
| | | TABLE_ROW_DESCRIPTION_CHANGED | ||
| A table's row description changed. | | A table's row description changed. | ||
| | | TABLE_ROW_DESCRIPTION_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | TABLE_ROW_HEADER_CHANGED | ||
| A table's row header changed. | | A table's row header changed. | ||
| | | TABLE_ROW_HEADER_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | TABLE_SUMMARY_CHANGED | ||
| A table's summary changed. | | A table's summary changed. | ||
| | | TABLE_SUMMARY_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | TEXT_ATTRIBUTE_CHANGED | ||
| A text object's attributes changed. | | A text object's attributes changed. | ||
| | | TEXT_ATTRIBUTE_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | TEXT_CARET_MOVED | ||
| The caret has moved to a new position. | | The caret has moved to a new position. | ||
| | | TEXT_CARET_MOVED | ||
| Yes | | Yes | ||
|- | |- | ||
| | | TEXT_CHANGED | ||
| This event indicates general text changes, i.e. changes to text that is exposed through the IAccessibleText and IAccessibleEditableText interfaces. | | This event indicates general text changes, i.e. changes to text that is exposed through the IAccessibleText and IAccessibleEditableText interfaces. | ||
| | | TEXT_CHANGED | ||
| Yes | | Yes | ||
|- | |- | ||
| | | TEXT_INSERTED | ||
| Text was inserted. | | Text was inserted. | ||
| | | TEXT_INSERTED | ||
| No | | No | ||
|- | |- | ||
| | | TEXT_REMOVED | ||
| Text was removed. | | Text was removed. | ||
| | | TEXT_REMOVED | ||
| No | | No | ||
|- | |- | ||
| | | TEXT_UPDATED | ||
| Text was updated. | | Text was updated. | ||
| | | TEXT_UPDATED | ||
| No | | No | ||
|- | |- | ||
| | | TEXT_SELECTION_CHANGED | ||
| The text selection changed. | | The text selection changed. | ||
| | | TEXT_SELECTION_CHANGED | ||
| Yes | | Yes | ||
|- | |- | ||
| | | VISIBLE_DATA_CHANGED | ||
| A visibile data event indicates the change of the visual appearance of an accessible object. This includes for example most of the attributes available via the IAccessibleComponent interface. | | A visibile data event indicates the change of the visual appearance of an accessible object. This includes for example most of the attributes available via the IAccessibleComponent interface. | ||
| | | VISIBLE_DATA_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | COLUMN_CHANGED | ||
| The caret moved from one column to the next. | | The caret moved from one column to the next. | ||
| | | COLUMN_CHANGED | ||
| No | | No | ||
|- | |- | ||
| | | SECTION_CHANGED | ||
| The caret moved from one section to the next. | | The caret moved from one section to the next. | ||
| | | SECTION_CHANGED | ||
| No | | No | ||
|} | |} | ||