Accessibility/XForms:Text
Jump to navigation
Jump to search
<< Back to XForms Accessibility Page
Summary
Text is used to show string data in readonly manner. This is the main representation of XForms output element (see the docs).
Exposed interfaces
- nsIAccessible
- nsIAccessibleText
- nsIAccessibleHyperText
Accessibility properties
nsIAccessible
- role - ROLE_STATICTEXT
- name - formed from value of underlying XForms
labelelement - description - formed from value of underlying XForms
hintelement - state - formed from states of instance node that XForms element is bound to
- value - current value of text
Accessible children
This presentation doesn't require any accessible children. But Mozilla XForms implementation allows XForms elements to have child elements.