Accessibility/XForms: Difference between revisions

No edit summary
Line 13: Line 13:
=== input ===
=== input ===


A key xforms element to show and change the instance data to which it is bound (see the [http://www.w3.org/TR/xforms/slice8.html#ui-input spec], the [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input docs]). Accessibility is supported for the following representations of <code>input</code> element:
A key xforms element to show and change the instance data to which it is bound (see the [http://www.w3.org/TR/xforms/slice8.html#ui-input spec], the [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input docs]). The follwoing representations <code>input</code> element are accessible:


* [[Accessibility/XForms:Input:TextField|text field]] - default representation, used for most data types, especially text data (see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#text_field the docs]).
* [[Accessibility/XForms:TextField|text field]] - see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#text_field the docs].
* [[Accessibility/XForms:Input:Checkbox|checkbox]] - used for boolean instance data (see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#checkbox the docs])
* [[Accessibility/XForms:Checkbox|checkbox]] - see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#checkbox the docs]
* [[Accessibility/XForms:Input:Datepicker|datepicker]] - default representation for date data types (see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#datepicker the docs]).
* [[Accessibility/XForms:Datepicker|datepicker]] - see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#datepicker the docs].
* [[Accessibility/XForms:Input:Calendar|calendar]] - used for date data types when appearance = 'full' (see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#calendar the docs]).
* [[Accessibility/XForms:Calendar|calendar]] - see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#calendar the docs].
* [[Accessibility/XForms:Input:DaysList|days list]] - used when the data has a data type of day (see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#months_list the docs]).
* [[Accessibility/XForms:DaysList|days list]] - see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#months_list the docs].
* [[Accessibility/XForms:Input:MonthsList|months list]] - used when the data has a data type of month (see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#days_list the docs]).
* [[Accessibility/XForms:MonthsList|months list]] - see [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#days_list the docs].


=== secret ===
=== secret ===
Confirmed users
1,396

edits