Implement accessible signals for form fields
@joanmarie
Submitted by Joanmarie Diggs Link to original bug (#701734)
Description
Once bug 701721 is fixed and form fields are exposed to assistive technologies, the following accessible signals/events should be emitted:
For all fields:
- state-change:focused
For checkboxes and radio buttons:
- state-changed:checked
For items in comboboxes/drop downs:
- state-changed:selected
For the comboboxes/drop downs when a child object gets selected:
- selection-changed
For text fields:
- text-caret-moved
- text-selection-changed
- text-caret-moved
- text-changed
- text-insert
- text-remove
- text-update
Version: git master