|
ChromeVoxAPI
ChromeVox API
ChromeVox APIThe ChromeVox API allows web applications to interact with ChromeVox in order to provide smoother, richer auditory user interfaces. These APIs allow web developers to make ChromeVox speak custom messages, play earcons, and set ChromeVox's internal reading position. DetailsThe following JavaScript methods are available:
Valid names are: ALERT_MODAL ALERT_NONMODAL BULLET BUSY_PROGRESS_LOOP BUSY_WORKING_LOOP BUTTON CHECK_OFF CHECK_ON COLLAPSED EDITABLE_TEXT ELLIPSIS EXPANDED FONT_CHANGE INVALID_KEYPRESS LINK LISTBOX LIST_ITEM NEW_MAIL OBJECT_CLOSE OBJECT_DELETE OBJECT_DESELECT OBJECT_OPEN OBJECT_SELECT PARAGRAPH_BREAK SEARCH_HIT SEARCH_MISS SECTION TASK_SUCCESS WRAP WRAP_EDGE
Note that this will NOT trigger reading; it is only for setting the internal ChromeVox cursor so that when the user resumes reading, they will be starting from a reasonable position.
The JS file that defines the ChromeVox API can be found here. |
► Sign in to add a comment
very good