Accessibility/XForms
Jump to navigation
Jump to search
<< Back to Accessibility Home Page
AT API support for XForms elements
Forms Controls Module
This section contains a list of accessible form control elements.
input
A key xforms element to show and change the instance data to which it is bound (see the spec, the docs). Accessibility is supported for the following representations of input
element:
- text field - default representation, used for most data types, especially text data (see the docs).
- checkbox - used for boolean instance data (see the docs)
- datepicker - default representation for date data types (see the docs).
- calendar - used for date data types when appearance = 'full' (see the docs).
- days list - used when the data has a data type of day (see the docs).
- months list - used when the data has a data type of month (see the docs).